# Step 1. Import the Italian Biome polygon data
# Step 2. Run the download function
# Step 3. Run the extract function
#* See ce_download & ce_extract documentation
# Steps 1, 2 & 3 can be skipped by loading the extracted data (it_data)
data("it_data", package = "climenv")
# Step 4. Visualise the climatic envelope using our custom diagram
# first lets store the default graphics parameters
# we need to make some changes to ensure that the table fits in the plotting
# region.
# Set up plotting parameters
oldpar <- par(mar = c(1.5, 2.2, 1.5, 14) + 0.01)
plot_c(
it_data, geo_id = "MED",
l_tcols = c(14.5, 17, 18.5, 19.5, 21)
)
# Restore user options
par(oldpar)
# This output works if you export to a three column width sized image.
Run the code above in your browser using DataLab