View source: R/save_diversity_maps.R
save_diversity_maps | R Documentation |
save diversity maps as raster data
save_diversity_maps(
ab_div_metrics,
alphametrics = "shannon",
Hill_order = 1,
FDmetric = NULL,
input_rast,
output_dir,
output_raster_name = NULL,
window_size,
filetype = "GTiff"
)
ab_div_metrics |
list produced from get_raster_diversity |
alphametrics |
list. alpha diversity metrics: richness, shannon, simpson, hill |
Hill_order |
numeric. Hill order |
FDmetric |
character. list of functional metrics |
input_rast |
list. path for input rasters |
output_dir |
character. |
output_raster_name |
character. |
window_size |
numeric. window size for square plots |
filetype |
character. GDAL driver |
blk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.