Handles two cases depending on the axis type stored in x$PCOaxes:
- Linear axes
Built identically to regression biplots via
build_one_mdsDisplay(), including translated density axes.- Spline axes
Uses a custom mdsDisplay builder (
build_spline_mdsDisplay()) that places only sample points, the spline axis curves with tick marks, and a bounding circle. A custom JavaScript handler is attached at plot time.
In both cases there is a single mdsDisplay (mdsDisplay_12), no fit
measures, and append_mdsDisplay() / remove_mdsDisplay() are
disabled.
Usage
# S3 method for class 'PCO'
wrap_bipl5(x)Arguments
- x
An object of class
biplotfrom the biplotEZ package withPCO()method applied.