View source: R/calibrar-main.R
calibration_data | R Documentation |
Create a list with the observed data with the information provided by its main argument.
calibration_data(setup, path = ".", file = NULL, verbose = TRUE, ...)
setup |
A data.frame with the information about the calibration,
normally created with the |
path |
Path to the directory to look up for the data. Paths in setup are considered relatives to this path. |
file |
Optional file to save the created object (as an 'rds' file.) |
verbose |
If TRUE, detailed messages of the process are printed. |
... |
Additional arguments to |
A list with the observed data needed for a calibration, to be used
in combination with the calibration_objFn
.
Ricardo Oliveros-Ramos
calibration_objFn
, calibration_setup
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.