sp_read_in_long_wide_matrix | R Documentation |
Used to read in long/wide format file or datafrmes. Wide format would be transferred to lonf fromat.
sp_read_in_long_wide_matrix(data, xvariable, melted, ...)
data |
Data frame or data file (with header line, the first column will not be treated as row names for long format matrix, tab seperated). |
xvariable |
Name for x-axis variable. |
melted |
|
... |
Parameters given to |
a A long format dataframe
## Not run:
sp_read_in_long_wide_matrix(data, xvariable, melted)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.