geom_polar_ci-deprecated {rticulate} | R Documentation |
Polar confidence intervals.
Description
It provides a 'geom' for plotting polar confidence intervals from the output of predict_polar_gam with the argument return_ci = true
.
Usage
geom_polar_ci(data, group, ci_z, ci_alpha)
Arguments
data |
A tibble which is the output of predict_polar_gam with the argument |
group |
The optional grouping factor. |
ci_z |
The z-value for calculating the CIs (the default is |
ci_alpha |
Transparency value of CIs (the default is |
See Also
[Package rticulate version 2.0.1 Index]