| xyplot.stress | R Documentation |
Provides a convenience function for passing an stress object to xyplot.
## S3 method for class 'stress' xyplot(x, ...)
x |
an object of class |
... |
other parameters passed to |
stressLineChart stressAreaChart getStressComponents xyplot.cfsi
## Not run: require(lattice) fs <- getFundingStress() xyplot(fs) ## End(Not run)