pmx_vpc_bin: Creates vpc bins

View source: R/plot-vpc.R

pmx_vpc_binR Documentation

Creates vpc bins

Description

Creates vpc bins

Usage

pmx_vpc_bin(style, within_strat = TRUE, seed = 42, ...)

Arguments

style

character style chosen on of the:
"fixed", "sd", "equal", "pretty", "quantile", "kmeans", "hclust" or "jenks"

within_strat

logical if TRUE compute the bining for each strat level.
By default t is false and bining are equal for all stratifications levels.

seed

integer used in set.seed call to ensure
reproducibility if style is "kmeans". Set to NULL if this
is not desired.

...

other classInt::classIntervals parameters excpet style and n

Details

This is a wrapper to the bin based VPC

See Also

Other vpc: pmx_plot_vpc(), pmx_vpc_ci(), pmx_vpc_obs(), pmx_vpc_pi(), pmx_vpc_rug(), pmx_vpc()


ggPMXdevelopment/ggPMX documentation built on Dec. 11, 2023, 5:24 a.m.