Learn R Programming

rticulate (version 2.0.1)

geom_polar_ci-deprecated: 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 return_ci = true.

group

The optional grouping factor.

ci_z

The z-value for calculating the CIs (the default is 1.96 for 95 percent CI).

ci_alpha

Transparency value of CIs (the default is 0.1).

See Also

rticulate-deprecated