Description Usage Arguments Details See Also Examples
This function generates a graphical representation of the specified 'design.pl´ object.
1  |         plot(des, newplot = T)
 | 
des | 
 object of class 'design.pl´.  | 
newplot | 
 if true the new plot is added to the preceding output.  | 
This function displays a survey design. It shows a picture of the region and the survey units.
setpars.design.pl,   generate.design.pl
1 2 3 4 5 6 7 8 9 10 11 12  | pl.reg <- generate.region(x.length = 100, y.width = 50)
pl.dens <- generate.density(pl.reg)
pl.poppars<-setpars.population(density.pop=pl.dens, number.groups = 100,
                               size.method = "poisson", size.min = 1, size.max = 5,
                               size.mean = 1, exposure.method = "beta", exposure.min = 2,
                               exposure.max = 10, exposure.mean = 6, exposure.shape = 1)
pl.pop <- generate.population(pl.poppars, seed=456)
pl.despars<-setpars.design.pl(pl.reg, n.interval.x = 10, n.interval.y = 20,method = "random",area.covered = 0.2)
pl.des <- generate.design.pl(pl.despars, seed=789)
summary(pl.des)
plot(pl.des)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.