Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r

Pass a formula to an xls file using R's xlsx package

excel r formula xls xlsx

Throw away first and last n rows

r data.table

Plot county names on faceted state map (ggplot2)

r ggplot2

Extract coefficients from ggplot2-created nls fit

r ggplot2 nls

R: Selecting rows from a dataframe based on a set of values of interest appearing in certain columns

r rows apply

How would you translate this into data.table package language in R?

r data.table

available CRAN vignettes

r data.table cran vignette

Why doesn't R's heatmap function color cells consistently?

r heatmap

Is there any package that contains NFL football data?

r

R: IDs in map2SpatialPolygons

r geospatial

R: removing the last three dots from a string

regex r

quantmod::chart_Series() bug?

r finance xts quantmod

Removing temporary files created by pdf()

r pdf plot

R: In ggplot, how to add multiple text labels on the y-axis for each of multiple dates on the x-axis

r ggplot2

How do I clear an NA flag for a posix value?

r

Recreating a ggplot2 geom_point() using base graphics

r plot ggplot2

ggplot2: set (nonlinear) values for alpha

r ggplot2 alpha

Generating a heatmap that depicts the clusters in a dataset using hierarchical clustering in R

R passing data frame to another program using system()

r input stdin

Creating a new dataframe based on another data frame (Using a loop or otherwise)

r dataframe