Description Usage Arguments Details Value Author(s) Examples
Functions to access slot values in FlowHist
objects
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | fhGate(fh)
fhLimits(fh)
fhSamples(fh)
fhPeaks(fh)
fhInit(fh)
fhComps(fh)
fhModel(fh)
fhSpecialParams(fh)
fhArgs(fh)
fhNLS(fh)
fhCounts(fh)
fhCV(fh)
fhRCS(fh)
fhFile(fh)
fhChannel(fh)
fhBins(fh)
fhLinearity(fh)
fhDebris(fh)
fhHistData(fh)
fhRaw(fh)
fhStandards(fh)
fhStdPeak(fh)
fhStdSelected(fh)
fhStdSizes(fh)
fhOpts(fh)
fhG2(fh)
fhAnnotation(fh)
fhFail(fh)
|
fh |
a |
For normal users, these functions aren't necessary. Overly curious
users, or those wishing to hack on the code, may find these useful for
inspecting the various bits and pieces inside a FlowHist
object.
The versions of these functions that allow modification of the
FlowHist
object are not exported. Functions are provided
for users to update FlowHist
objects in a safe way.
Used to access a slot, returns the value of the slot. Used to
update the value of a slot, returns the updated FlowHist
object.
Tyler Smith
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.