Description Usage Arguments Value Author(s) Examples
Prepare data frame of potential matching variables for Target cells from raster files
1 |
x |
|
data frame with a 'cellnumbers' column (these are unique values for
each cell in the rasters used as input and will be used as unique identifiers
for the Target cells in other functions), x and y coordinates, and values for
each of the rasters in the RasterStack
. The rownames correspond to the 'cellnumbers'
column.
Rachel R. Renne
1 2 3 4 5 | # Load targetcells data for Target Cells
data(targetcells)
# Create data frame of potential matching variables for Target Cells
allvars <- makeInputdata(targetcells)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.