powered by
linangplot produces a plot of two variables, such that the correlation between the two variables is linear in the angle.
linangplot
linangplot(x, y, tmx = NULL, tmy = NULL, ...)
coordinates of the points
axes for the plot
correlation coefficient
angle between axes in degrees
angle between axes in radians
x variable
y variable
vector of tickmarks for the x variable
vector of tickmarks for the y variable
additional arguments for the plot routine
Jan Graffelman (jan.graffelman@upc.edu)
plotcorrelogram
plot
correlogram
x <- runif(10) y <- rnorm(10) linangplot(x,y)
Run the code above in your browser using DataLab