Learn R Programming

eulerr (version 8.1.0)

coef.euler: 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 euler
coef(object, ...)

Value

a data frame of the fitted shape parameters

Arguments

object

object of class 'euler'

...

ignored