Learn R Programming

rticulate (version 2.0.1)

transform_ci: Transform confidence intervals to cartesian

Description

It returns the cartesian coordinates of the confidence intervals from a polar gam/bam.

Usage

transform_ci(predictions, origin = NULL)

Value

An object of class tbl_df-class (a tibble).

Arguments

predictions

A data frame containing the predictions obtained from a polar gam/bam.

origin

The coordinates of the origin as a vector of c(x, y) coordinates.