View source: R/makeModelData.R
Make model data from "raw" data
1 | makeModelData(rawData, ...)
|
rawData |
The data to convert. Currently methods only exist for data.frame, but rcData objects may be added in the future. |
model |
(optional) A model from which to extract transformation information. |
flowTransform |
Which transformation to use (link argument in stats::make.link) |
concTransform |
Which transformation to use (link argument in stats::make.link) |
qbar |
(optional) mean to use for flow scaling post-transform. |
qsd |
(optional) stdev to use for flow scaling post-transform. |
cbar |
(optional) mean to use for concentration scaling post-transform. |
csd |
(optional) stdev to use for concentration scaling post-transform. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.