Learn R Programming

rsml (version 1.3)

xrange: Compute the xrange of the root

Description

Compute the xrange of the root

Usage

xrange(obj)

Arguments

obj
of class root

Value

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

Examples

Run this code
data(lupin)
r <- lupin$roots[[1]]
xrange(r)

Run the code above in your browser using DataLab