Creates vpc bins
pmx_vpc_bin(style, within_strat = TRUE, seed = 42, ...)list with options for `pmx_vpc_bin` object
character style chosen on of the:
"fixed", "sd", "equal", "pretty", "quantile", "kmeans", "hclust" or "jenks"
logical if TRUE compute the bining for each strat level.
By default t is false and bining are equal for all stratifications levels.
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
This is a wrapper to the bin based VPC
Other vpc:
pmx_plot_vpc(),
pmx_vpc(),
pmx_vpc_ci(),
pmx_vpc_obs(),
pmx_vpc_pi(),
pmx_vpc_rug()