powered by
Print method for objects of class "xRing" and "xRingList".
# S3 method for xRing print(x, ...)# S3 method for xRingList print(x, ...)
# S3 method for xRingList print(x, ...)
the object of class "xRing" or "xRingList" to print
additional parameters
None
# NOT RUN { data(PaPiRaw) data(PaPiSpan) PaPi <- detectRings(PaPiRaw, PaPiSpan) class(PaPi) print(PaPi$AFO1001a) PaPi$AFO1001a PaPi$AFO1001a[] print(PaPi) PaPi # }
Run the code above in your browser using DataLab