Learn R Programming

xRing (version 0.1.1)

print: Print xRing and xRingList Objects

Description

Print method for objects of class "xRing" and "xRingList".

Usage

# S3 method for xRing
print(x, ...)

# S3 method for xRingList print(x, ...)

Arguments

x

the object of class "xRing" or "xRingList" to print

...

additional parameters

Value

None

Examples

Run this code
# 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