xyplot.cfsi {stressr} | R Documentation |
Provides a convenience function for passing an cfsi
object to xyplot
.
## S3 method for class 'cfsi'
xyplot(x, ...)
x |
an object of class |
... |
other parameters passed to |
stressLineChart stressAreaChart getStressIndex xyplot.stress
## Not run:
ci = getStressIndex()
xyplot(ci)
## End(Not run)