readBootstrapData | R Documentation |
Get bootstrap data saved in a NetCDF4 file
readBootstrapData(
filePath,
nc,
selection = list(),
BootstrapID = NA,
unlistSingleTable = FALSE,
close = TRUE
)
filePath |
The path to the file. |
nc |
A netCDF4 object, overiding the |
selection |
Hierarchical list of names of the groups/variables. The last element must be a vector of the variables to return from the table specified by the other elements. E.g., list("ImputeSuperIndividuals", "SuperIndividualsData", c("Stratum", "IndividualAge", "Abundance")) will return a data.table of the three columns "Stratum", "IndividualAge" and "Abundance", added the BootstrapID specified in |
BootstrapID |
A sequence of bootstrap IDs, i.e., the indices of the bootstrap replicates. The default returns all bootstrap replicates. |
unlistSingleTable |
Logical: For use when only single table process outputs are among the requested processes in |
close |
Logical: If TRUE (the default) close the netCDF4 file after reading the data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.