Description Usage Arguments Author(s) See Also Examples
An EBVor object store dynamically a Voronoi tesselation of some set points.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | EBVor(pts=500,center,size,sizeIn,mark)
EBMarks(...)
EBPoints(obj,...)
## Default S3 method:
EBPoints(pts,nbPts=1,mark=NULL,...)
## S3 method for class 'EBVor'
insert(vor,pts,...)
## S3 method for class 'EBVor'
delete(vor,pts)
## S3 method for class 'EBVor'
plot(vor,type,xlab="",ylab="",center,size,dvArgs,vvArgs,deArgs,veArgs,vcArgs,dvCol,vcCol,dvCex,vvCex,dvPch,vvPch,add=FALSE,vc.colors=cm.colors,dv.colors=heat.colors,dv.cex=c(1,.5),dv.pch=c(15:25,1:14),...)
## S3 method for class 'EBVor'
identify(vor,func,mode=1,...)
## S3 method for class 'EBVor'
as.ppp(vor,window)
|
vor |
an object of class EBVor. |
pts |
either a vector or a matrix of coordinates for |
... |
further arguments depending on the call to perform. |
R. Drouilhet
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.