| updatePlotMeta {flowSpy} | R Documentation |
Update plot meta information of FSPY
updatePlotMeta(object, verbose = TRUE)
object |
An FSPY object |
verbose |
logical. Whether to print calculation progress. |
An FSPY object
if (FALSE) {
fspy <- updatePlotMeta(fspy)
}