myexpert3: Expert map #3

Description Usage Format Source Examples

Description

Hypothetical expert map #3

Usage

1

Format

SpatialPolygonsDataFrame

Source

Hypothetical data

Examples

 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)

kpmainali/expertscore documentation built on March 13, 2020, 12:20 a.m.