center: Center of object

View source: R/ell.R

centerR Documentation

Center of object

Description

Return the center of an object

Usage

center(obj, ...)

## S3 method for class 'ell'
center(obj, ...)

Arguments

obj

A ell object

...

Other arguments

Value

Returns the center attribute of an ellipse

Author(s)

Georges Monette

See Also

ell, ~~~

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function( obj, ... ) UseMethod("center")

gmonette/p3d documentation built on Nov. 16, 2023, 11:31 p.m.