It provides a `geom` for plotting polar confidence intervals from the output of predict_polar_gam with the argument return_ci = true
.
geom_polar_ci(data, group, ci_z, ci_alpha)
A tibble which is the output of predict_polar_gam with the argument return_ci = true
.
The optional grouping factor.
The z-value for calculating the CIs (the default is 1.96
for 95 percent CI).
Transparency value of CIs (the default is 0.1
).
rticulate-deprecated