xrange: 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
xrange(obj)

Arguments

obj

of class root

Value

c(x1,x2) where x1 and x2 are the x limits of the root

Examples

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

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

Related to xrange in rsml...