Print epidmap

# S3 method for epidmap
print(x, ...)

Arguments

x

An epidmap object

...

others

Value

print

Examples

if (FALSE) { map <- genmap(n=5, p=c(10, 50)) print(map) }