.speciesByCellLongFormat | R Documentation |
Convert rasters to long format data frames. Optionally reproject rasters first.
.speciesByCellLongFormat( scenario, f, envGrid, nChunks, sp.names, mc.cores, outDir, sp.ind, cell.ind, overwrite = F, reprojectToEnv = F, verbose = T )
These long formats are needed before '.cellBySpeciesMatrices' because a matrix of cells (C) by species (S) may not fit into memory.The reason to reproject internally is that it may be inconvenient to store tons of maps in a different projection, so this just handles the reprojection internally
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.