Learn R Programming

rsml (version 1.3)

yrange: Compute the xrange of the root

Description

Compute the xrange of the root

Usage

yrange(obj)

Arguments

obj
of class root

Value

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

Examples

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

Run the code above in your browser using DataLab