plot.epidmap: Plot epidmap

Description Usage Arguments Value Examples

View source: R/plot.epidmap.R

Description

Plot epidmap

Usage

1
2
## S3 method for class 'epidmap'
plot(x, ...)

Arguments

x

An epidmap object

...

others

Value

plot

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 
set.seed(12345)
map <- genmap(n=5, p=c(10, 50))
map <- map %>%
 addsteps(n=7*3, m=0.03, s=2,
          cn=4, cp=2,
          im=3, tE=5, tA=14,
          tI=14, ir=1, cfr=0.15) %>%
 addsteps(n=19, m=0.01, s=1,
          cn=1, cp=2,
          im=3, tE=5, tA=14,
          tI=14, ir=1, cfr=0.15)
plot(map)

## End(Not run)

vincnardelli/epidsampler documentation built on Dec. 17, 2020, 6:25 p.m.