jointlim | R Documentation |
jointlim computes a sensible range for x and y axis if two sets of points are to be plotted simultaneously
jointlim(X, Y)
X |
Matrix of coordinates |
Y |
Matrix of coordinates |
xlim |
minimum and maximum for x-range |
ylim |
minimum and maximum for y-range |
Jan Graffelman (jan.graffelman@upc.edu)
X <- matrix(runif(20),ncol=2)
Y <- matrix(runif(20),ncol=2)
print(jointlim(X,Y)$xlim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.