Astragalus | R Documentation |
Oulines of the individuals of Astragalus sempervirens and Sesleria albicans present in a 2 x 2 m plot in the Pyrenean montains.
data("Astragalus")
data("Sesleria")
Each object is a multiple-polygon window with the format owin
of spatstat.
data(Astragalus)
Astragalus
plot(Astragalus)
# total area covered by Astragalus
area.owin(Astragalus)
# number of individual polygons
length(Astragalus$bdry)
# area of each individual
sapply(Astragalus$bdry, function(x) area.owin(owin(poly=x)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.