R Documentation |
Print method for objects of class "xRing" and "xRingList".
## S3 method for class 'xRing' print(x, ...) ## S3 method for class 'xRingList' print(x, ...)
x |
the object of class "xRing" or "xRingList" to print |
... |
additional parameters |
None
data(PaPiRaw) data(PaPiSpan) PaPi <- detectRings(PaPiRaw, PaPiSpan) class(PaPi) print(PaPi$AFO1001a) PaPi$AFO1001a PaPi$AFO1001a[] print(PaPi) PaPi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.