# NOT RUN {
# 290 collections of Palmatifoliae
# --------------------------------
data(sites)
plot(sites$long, sites$lat,
xlab = "Longitude", ylab = "Latitude")
## PNO profiles along 19 bioclimatic variables
## -------------------------------------------
data(PNO); names(PNO)
temp <- names(PNO)[1]
plotPNO(PNO[[temp]], xlab = temp)
## phylogenetic hypothesis for Palmatifoliae
## -----------------------------------------
data(tree)
plot(tree)
# }
Run the code above in your browser using DataLab