Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in reshape2

R: include factors with no entries when using dcast

r reshape2

R create adjacency matrix according to columns from data.frame

r reshape2 adjacency-matrix

simple reshape in R using reshape2 causes error

r dataframe reshape reshape2

In tidyr, what criteria does the function `gather` use to map a dataframe from wide to long?

r dataframe reshape2 tidyr

melt a data.table with a column pattern

r data.table reshape reshape2

Tidyr how to spread into count of occurrence [duplicate]

r count pivot reshape2 tidyr

Why can't one have several `value.var` in `dcast`?

r dataframe reshape2

How to use tidyr (or similar data wrangling) on "big" data in postgreSQL (Redshift) database

Reshaping a complex dataset from long to wide using recast()

r dataset reshape2

Can't use comma inside backtick column name for data.table setkey?

R: Collapse multiple boolean columns into single attribute column with new rows for each combination [duplicate]

r dataframe reshape2 melt

Simpler way to reconstitute a melted data frame back to the original

r reshape2

Reshape package masking preventing melt from naming columns

r plyr reshape reshape2 melt

Transposing a data.table with reshape2:::dcast

How do I subset datetimes and pivot the measurement column in R

r datetime subset reshape2

How to use "cast" in reshape without aggregation

r reshape reshape2

R Violin plots and boxplots together, make fill behave differently only for boxplots

r ggplot2 reshape2 melt

Converting data from wide to long format when id variables are encoded in column header [duplicate]

r tidyr reshape2

Correlation Matrix - tidyr gather v. reshape2 melt

r matrix ggplot2 tidyr reshape2

In R, using melt(), how can I hide warning messages?

r reshape2 melt