View source: R/f_plot_biobal.R
plotBiobal | R Documentation |
Function to plot bioclimatic balance.
plotBiobal(intens)
intens |
bioclimatic intensities in data.frame format from bioint() function. |
Plot of bioclimatic balance
wb <- watbal(t = c(10, 11.5, 14, 16.5, 20, 24.5, 27.5, 28, 24.5, 19.5, 14.5, 11),
p = c(55, 73, 84, 58, 33, 23, 2, 2, 28, 66, 94, 71), lat = 35, CC = 400)
bb <- biobal(wb, 400)
bi <- bioint(bb)
plotBiobal(bi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.