start_circle | R Documentation |
The starting circle is defined in the first two dimensions, and has zero values in all other dimensions.
start_circle(x)
x |
The data for which to generate the initial circle |
## Not run:
x <- cbind(
rnorm(100, 1, .2),
rnorm(100, -5, .2),
runif(100, 1.9, 2.1),
runif(100, 2.9, 3.1)
)
circ <- start_circle(x)
plot(x)
lines(circ)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.