| grapherXmpl | R Documentation |
A data set taken from an example in the grapherator package. This data set demonstrates handling a data set with duplicated points.
grapherXmpl
A data frame with 250 observations on the following 2 variables.
xa numeric vector
ya numeric vector
There are 25 duplicated points, so the net number of
observations is 225. These data constitute a structure (named
coordinates) generated internally in the function
addEdgesDelaunay. The call is to be found in the
examples in the help file for the plot.grapherator()
in the grapherator package. The relevant example
initially threw an error, revealing a bug in deldir()
that was triggered when there were duplicated points in the data.
The grapherator package,
https://CRAN.R-project.org/package=grapherator
dgX <- deldir(grapherXmpl) # Now works!!!`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.