jointlim {Correlplot}R Documentation

Establish limits for x and y axis

Description

jointlim computes a sensible range for x and y axis if two sets of points are to be plotted simultaneously

Usage

jointlim(X, Y)

Arguments

X

Matrix of coordinates

Y

Matrix of coordinates

Value

xlim

minimum and maximum for x-range

ylim

minimum and maximum for y-range

Author(s)

Jan Graffelman (jan.graffelman@upc.edu)

Examples

X <- matrix(runif(20),ncol=2)
Y <- matrix(runif(20),ncol=2)
print(jointlim(X,Y)$xlim)

[Package Correlplot version 1.1.0 Index]