View source: R/generateNAsUsingSL.R
generateNAsUsingSL | R Documentation |
Generate NAs in samples using Species List information
generateNAsUsingSL(
RDBESDataObject,
targetAphiaId,
overwriteSampled = TRUE,
validate = TRUE,
verbose = FALSE,
strict = TRUE
)
RDBESDataObject |
An RDBESDataObject. |
targetAphiaId |
a vector of aphiaId. |
overwriteSampled |
(Optional) should SAtotalWtMes and SAsampWtMes be set to 0 if spp recorded but absent from SL? The default is TRUE. |
validate |
(Optional) Set to TRUE if you want validation to be carried out. The default if TRUE. |
verbose |
(Optional) Set to TRUE if you want informative text on validation printed out, or FALSE if you don't. The default is FALSE. |
strict |
(Optional) This function can validate its input data - should the validation be strict? The default is TRUE. |
RDBES data object where SA was complemented with NAs for species not looked for (sensu in SL)
# To be added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.