Description Usage Arguments Value Examples
Used to read in long/wide format file or datafrmes. Wide format would be transferred to lonf fromat.
1 | 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 |
|
a A long format dataframe
1 2 3 4 | ## 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.