View source: R/eval_plot_breaks.R
eval_plot_breaks | R Documentation |
Function to aid in determining what breaks to use for plotting. Wrapper function for classint::classIntervals
.
eval_plot_breaks(
CPUE,
n.breaks,
styles = c("equal", "pretty", "quantile", "kmeans", "hclust", "fisher", "jenks",
"dpih"),
log.scale.plot = FALSE
)
CPUE |
Vector of CPUE data |
n.breaks |
Number of breaks to use |
styles |
Character vector with names, or names of methods to try. |
log.scale.plot |
If TRUE, CPUE values are transformed as log10(CPUE+1) for plotting. Default = FALSE |
Returns a data frame showing breaks for each style.
Sean Rohan sean.rohan@noaa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.