linangplot | R Documentation |
linangplot
produces a plot of two variables, such that the correlation between the two variables is linear in the angle.
linangplot(x, y, tmx = NULL, tmy = NULL, ...)
x |
x variable |
y |
y variable |
tmx |
vector of tickmarks for the x variable |
tmy |
vector of tickmarks for the y variable |
... |
additional arguments for the plot routine |
Xt |
coordinates of the points |
B |
axes for the plot |
r |
correlation coefficient |
angledegrees |
angle between axes in degrees |
angleradians |
angle between axes in radians |
r |
correlation coefficient |
Jan Graffelman (jan.graffelman@upc.edu)
plot
correlogram
x <- runif(10)
y <- rnorm(10)
linangplot(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.