Learn R Programming

precisePlacement (version 0.2.0)

getLinesPerDatum: Find the Number of Margin Lines Per Data Point in a Plot

Description

Find the Number of Margin Lines Per Data Point in a Plot

Usage

getLinesPerDatum()

Arguments

Value

Numeric vector of length two giving the number of lines per data point, for the x axis and y axis, respectively.

Author

Jasper Watson

Examples

Run this code
if (FALSE) {

plot(1:10)
print(getLinesPerDatum())

}

Run the code above in your browser using DataLab