Description Usage Arguments Value
View source: R/m_extract_microclim_input.R
This function extracts the input data of the micro_global() function of NicheMapR based on our data structure (see example_coordinates.csv in the testthat folder in tests)
1 | m_extract_microclim_input(location = "", loc_data, individual = NULL)
|
location |
An R factor containing the location ID of interest |
loc_data |
A data frame with location IDs, coordinates, elevation, slope, aspect of slope and soil data (type, reflectance, if soilgrids should be computed) |
individual |
A character string of the individuals ID that is of interest. If == NULL, it is assumed that no individual data is present, so there is only one set of input parameters per location. |
Data frame of input data for given location for the micro_global function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.