Description Usage Arguments Value Examples
Function to read in data for 'LSRPrisma_flow()' from the template file. The data are stored in columns, with each column being an additional data point in a LSR incremental update.
1 |
data |
Input data frame based on 'inst/extdata/template.csv'. |
List of objects needed by 'LSRPRISMA_flow()'.
1 2 3 4 5 | ## Not run:
data <- read.csv('inst/extdata/approach1.csv', stringsAsFactors=FALSE)
flowdata <- LSRPrisma_data(data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.