Description Usage Format Source Examples
Hypothetical expert map #2
1 |
SpatialPolygonsDataFrame
Hypothetical data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # load and plot probability surface raster
data(myprobsurface)
plot(myprobsurface)
# load and plot study area
data(mystudyarea); plot(mystudyarea, add = TRUE)
# load and plot all expert score datasets
data(myexpert1); plot(myexpert1, add = TRUE)
data(myexpert2); plot(myexpert2, add = TRUE)
data(myexpert3); plot(myexpert3, add = TRUE)
# load and plot occurrence data
data(myoccurrences); plot(myoccurrences, col = "red", add = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.