flatten_gcms | R Documentation |
Scale and flatten a list of GCMs data.frame
s.
flatten_gcms(s)
s |
A list of transformed |
A data.frame
with columns as GCMs and rows as values from each cell to each variable.
Luíz Fernando Esser (luizesser@gmail.com) https://luizfesser.wordpress.com
transform_gcms
var_names <- c("bio_1", "bio_12")
s <- import_gcms(system.file("extdata", package = "chooseGCM"), var_names = var_names)
study_area <- terra::ext(c(-80, -30, -50, 10)) |> terra::vect(crs="epsg:4326")
s_trans <- transform_gcms(s, var_names, study_area)
flattened_gcms <- flatten_gcms(s_trans)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.