Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

Reading Multiple CSV files as data frames in R

r csv

Changing CRS of a SF object

r spatial sp sf

Create matrix row-index which increments when rowsum > 100, and following row

r matrix indexing

Select ggtheme randomly

r ggplot2 plot themes

How do I generate data where points are 'repelled' if they land within a certain proximity to another point?

r spatstat

Does R have a way to say "do n times" without having to write a for loop with a redundant variable?

r for-loop apply control-flow

Reshape data from long to wide, with time in new wide variable name

r

Using ddply inside a function

r plyr

R: How can I replace let's say the 5th element within a string?

string r replace

Date sequence with negative by

r date

Check if character value is a valid R object name

regex r naming-conventions

R: Interaction Plot with a continuous and a categorical variable for a GLMM (lme4)

R tilde operator: What does ~0+a means?

r

Replace entire expression that contains a specific string

string r expression gsub

How can I perform a pairwise t.test in R across multiple independent vectors?

r

Extract websites links from a text in R

r

determine frequency of string using grep [duplicate]

r frequency

How to use `assign()` or `get()` on specific named column of a dataframe?

r dataframe assign named

Separate strings into groups of 2 characters separated by colon (1330 to 13:30) in R

regex r

replace string in dataframe

r replace dataframe gsub