Finland | R Documentation |
Table of 2327 Finnish lakes, extracted from a hydroLAKES database.
Lehner, B., and Doll, P. (2004), Development and validation of a global database of lakes, reservoirs and wetlands, Journal of Hydrology, 296(1), 1-22, doi: 10.1016/j.jhydrol.2004.03.028.
data(Finland,package='geostats') sf <- sizefrequency(Finland$area) size <- sf[,'size'] freq <- sf[,'frequency'] plot(size,freq,log='xy') fit <- lm(log(freq) ~ log(size)) lines(size,exp(predict(fit)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.