View source: R/drawcompletegraph.R
drawcompletegraph | R Documentation |
Draws Complete Graph of a pointset in plane.
drawcompletegraph(x, y=NULL,startcanvas=TRUE,...)
x |
The data as a matrix, data frame or list. If it is a matrix or data frame, then each row is viewed as one bivariate observation. If it is a list, all components must be numerical vectors of equal length (coordinates of observations). |
y |
The data as a matrix, data frame or list. If it is a matrix or data frame, then each row is viewed as one bivariate observation. If it is a list, all components must be numerical vectors of equal length (coordinates of observations). |
startcanvas |
A boolean value to let the function whether there is already a plot that we want to use or create a new canvas. Be default set to TRUE. |
... |
For future use. |
In dimension 2, draws complete graph on a pointset.
Returns nothing.
Nabil Mustafa, Saurabh Ray, and Mudassir Shabbir.
N. Mustafa, S. Ray, and M. Shabbir, Statistical Data Depth of Pointsets in the Plane,in prep..
inflate
## calculation of centroid of a random pointset z = matrix(rnorm(24),nc=2) x = drawcompletegraph(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.