center: Center of object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ell.R

Description

Return the center of an object

Usage

1
2
3
4
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

1
2
3
4
5
6
##---- 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")

p3d documentation built on May 2, 2019, 5:25 p.m.