internals | R Documentation |
These functions are needed by OpenCPU apps in the package, or needed to be exported by the package but not intended to be used by users.
app_read_csv(...) app_test(...) .load_species_data(species, boot=NULL, path=NULL, version=NULL, taxon, model_north, model_south) .calculate_results(y, level=0.9, .c4is) .calculate_limit(y, limit=NULL) .report_all_by1(boot=NULL, path=NULL, version=NULL, level=0.9, cores=NULL) .read_raster_template() .make_raster(value, rc, rt) .rasterize_multi(y, type=c("richness", "intactness"), rt) .verbose() .get_cores(cores=NULL) .check(x, ref) .combine_veg_soil(w, veg, soil) .validate_id(id, type=c("km", "qs")) .verbose() .select_id(mregion="both", nr=NULL, nsr=NULL, luf=NULL) p_bird(D, area=c("ha", "km"), pair_adj=2) .truncate(x, trunc=NULL)
species, boot, path, version |
arguments passed to
|
taxon, model_north, model_south |
taxonomic group required for the correct path, and logical values indicating north and south model results. |
y, level |
arguments passed to |
.c4is |
the subset environment |
cores |
desired number of cores to use. |
value, rc, rt |
call |
id |
spatial IDs. |
type |
type of multi-species map (richness or intactness) or spatial ID (km or QS). |
limit |
abundance threshold for multi-species intactness reporting. |
x |
input object. |
ref |
checking the validity of land cover classes in |
w, veg, soil |
calculates a weighted average of |
mregion, nr, nsr, luf |
regions. |
D, area, pair_adj |
density, scale, and pair adjustment to turn bird densities into probability of observing non-zero count. |
trunc |
quantile for truncating values of |
... |
arguments passed to underlying functions. |
app_read_csv
wraps read.csv
.
app_test
mimics custom_report
.
Interface for internal functions might change and usage is not recommended.
Peter Solymos <solymos@ualberta.ca>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.