coef.euler: Return the fitted shape parameters from the euler object

View source: R/euler-methods.R

coef.eulerR Documentation

Return the fitted shape parameters from the euler object

Description

Returns the ⁠$shapes⁠ data frame — a tagged uniform schema with one row per set, a type column, and shape-specific columns (⁠h, k, a, b, phi, width, height, side⁠) populated according to the chosen shape (other columns are NA). For circle/ellipse fits the legacy ⁠$ellipses⁠ slot is still populated for back-compat; consumers that need the new shapes (rectangle, square) must read ⁠$shapes⁠.

Usage

## S3 method for class 'euler'
coef(object, ...)

Arguments

object

object of class 'euler'

...

ignored

Value

a data frame of the fitted shape parameters


eulerr documentation built on May 30, 2026, 1:07 a.m.