yrange: Compute the xrange of the root

Description Usage Arguments Value Examples

View source: R/root_functions.R

Description

Compute the xrange of the root

Usage

1
yrange(obj)

Arguments

obj

of class root

Value

c(y1,y2) where y1 and y2 are the y limits of the root

Examples

1
2
3
data(lupin)
r <- lupin$roots[[1]]
yrange(r)

rsml documentation built on May 30, 2017, 12:41 a.m.

Related to yrange in rsml...