Learn R Programming

precisePlacement (version 0.1.0)

getDataPerLine: Find the Number of Data Points Per Margin Line in a Plot

Description

Find the Number of Data Points Per Margin Line in a Plot

Usage

getDataPerLine()

Arguments

Value

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

Examples

Run this code
# NOT RUN {
plot(1:10)
print(getDataPerLine())

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab