"print-methods" {rflowcyt} | R Documentation |
Printing an object
Description
An object is displayed in a
concise manner.
Methods
- x = "ANY"
- Displays all the contents of the object
- x = "FCSmetadata"
- displays the original status, the objectname
and the filename with the current size and nparam slot information;
details can be viewed by 'x@slotName' where slotName is one of the
following: "mode", "size", "nparam", "longnames", "shortnames",
"paramranges", "filename", "objectname", "fcsinfo", "original"
- x = "FCS"
- displays the original status, the objectname
and the filename with the current size and nparam slot information;
Note that the long and gory details can be viewed by 'x@data' or
'x@metadata'
- x = "FCSsummary"
- Displays the statistics of the data and
information about the metadata
- x="PRIM.step"
- Displays the 'step.name', size of the starting data, the decision
for the box, the percent change for each iteration, the number of
iterations, and the chosen box's ranges within the data X.
- x="PRIM.step.set", y="missing"
- Displays the "PRIM.step" information for the peeling and expansion steps.
- x="PRIM.crossval.step", y="missing"
- Displays the "PRIM.step" information for the peeling and expansion steps for
each testdata set.
- x="PRIM.rule", y="missing"
- displays the "PRIM.step" information for all 3 steps is displayed.
[Package
rflowcyt version 1.10.1
Index]