rsp | R Documentation |
Getting source profile(s) from the local respeciate archives.
rsp(..., include.refs = FALSE, source = "all")
rsp_profile(...)
... |
The function assumes all inputs (except |
include.refs |
logical, if profile reference information should be
included when extracting the requested profile(s) from the archive, default
|
source |
character, the local archive to request a profile from:
|
rsp_profile
or the short-hand rsp
return an object of
respeciate
class, a data.frame
containing one or more profile
from the local respeciate archive.
The option include.refs
adds profile source reference
information to the returned respeciate
data set. The default option
is to not include these because some SPECIATE profiles have several
associated references and including these replicates records, once per
reference.
respeciate
code is written to handle this but if you are developing
own methods or code and include references in any profile build you may be
biasing some analyses in favor of those multiple-reference profile unless
you check and account such cases.
For SPECIATE:
Simon, H., Beck, L., Bhave, P.V., Divita, F., Hsu, Y., Luecken, D., Mobley, J.D., Pouliot, G.A., Reff, A., Sarwar, G. and Strum, M., 2010. The development and uses of EPA SPECIATE database. Atmospheric Pollution Research, 1(4), pp.196-206.
For SPECIEUROPE:
Pernigotti, D., Belis, C.A., Spano, L., 2016. SPECIEUROPE: The European data base for PM source profiles. Atmospheric Pollution Research, 7(2), pp.307-314. DOI: https://doi.org/10.1016/j.apr.2015.10.007
SPECIATE
and SPECIEUROPE
regarding
data sources; and, rsp_find_profile
and rsp_find_species
regarding archive searching.
## Not run:
x <- rsp_profile(8833, 8850)
plot(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.