Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

Combining matrices (above and below diagonal)

r list matrix

R: How to plot multiple ARIMA forecasts on the same time-series

How to run R package tests without building or installing the package?

r unit-testing package

Test if vector is contained in another vector, including repetitions

r

R Function - Print When Not Assigned

r function

Faster modulo or equality checking in R (or good ways to vectorize)

r

Account for daylight savings when converting from GMT in R

r datetime dst posixct

dplyr identify rows that do not have a matched column within group

r dplyr

Order columns based on suffix with dplyr and stringr

Compress any numbers of warning messages into one

r warnings

Using str_replace_all or gsub (regex) to replace each occurrence of substring with unique substring - R

r regex replace stringr gsub

How to shade region between two lines with differing endpoints with ggplot?

r ggplot2 auc

How to dynamically adjust plot background colour in ggplot2 based on sun elevation?

Plotting sample names and symbols in phylogenetic networks using the ggsplitnet function from the R package tanggle

r ggplot2 plot phylogeny ggtree

How to calculate sum of multiplication of each column in a dataset by the first column?

r dataframe loops for-loop

How to remove n number of identical characters from string in R

r gsub

Convert semi-long data into wide data

r tidyr reshape2

How to get exclusive date ranges?

r date date-range

how to duplicate rows with certain condition and create anew variable at the same time

r

How to add a new column in r dataframe with a constant number?

r dataframe