Learn R Programming

HelpersMG (version 6.2)

ScalePreviousPlot: Return the scale of the previous plot

Description

Return a list with the limits of the previous plot, the center, the range, and the position of label on this axe.

Usage

ScalePreviousPlot(x = NULL, y = NULL)

Value

A list with xlim and ylim

Arguments

x

The position in x as relative position

y

The position in y as relative position

Author

Marc Girondot marc.girondot@gmail.com

Details

ScalePreviousPlot returns the scale of the previous plot

See Also

Other plot and barplot functions: barplot_errbar(), plot_add(), plot_errbar(), show_name()