View source: R/generate.at.final.R
generate.at.final | R Documentation |
Generates the tick mark locations for the output graphic of create.densityplot(), based on the values to the arguments of that function. This is needed to ensure the grid line and tick mark locations agree with each other.
generate.at.final(
at.input,
limits,
data.vector
);
at.input |
either a logical scalar or a numeric vector |
limits |
either NULL or a numeric vector of length 2 |
data.vector |
a numeric vector |
Returns a numeric vector containing the tick mark locations of the densityplot.
Kenneth C.K. Chu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.