View source: R/abiotics_rescaling.R
Title Rescale abiotics data to 10 or 30 arcmins
1 2 3 4 5 6 7 8 9 10 11 | abiotics_rescaling(
flo1k_data,
worldclim_data,
earthenv_data,
minlat,
maxlat,
minlong,
maxlong,
resolution,
geosphere = FALSE
)
|
flo1k_data |
raster stack with data from FLO1K |
worldclim_data |
raster stack with data from WorldClim |
earthenv_data |
raster stack with data from EarthEnv |
minlat |
Mininum latitude |
maxlat |
Maximum latitude |
minlong |
Minimum longitude |
maxlong |
Maximum longitude |
resolution |
Resolution |
geosphere |
If TRUE, import data from geosphere, which take a lot of time |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.