if (FALSE) {
## Get soil profile properties for a single point
sp1 <- get_worldmodeler_soil_profile(lonlat = c(-93, 42))
if(inherits(sp1[[1]], 'soil_profile')){
plot(sp1[[1]], property = "Carbon")
}
}
Run the code above in your browser using DataLab