print {ProTrackR} | R Documentation |
A method to print ProTrackR S4 class objects.
## S4 method for signature 'PTCell'
print(x, ...)
## S4 method for signature 'PTTrack'
print(x, ...)
## S4 method for signature 'PTPattern'
print(x, ...)
## S4 method for signature 'PTSample'
print(x, ...)
## S4 method for signature 'PTModule'
print(x, ...)
x |
Either a |
... |
further arguments passed to or from other methods |
Depending on the class of x
, returns either nothing
(NULL
) or a character
representation
of object x
.
Pepijn de Vries
data("mod.intro")
print(mod.intro)
print(PTPattern(mod.intro, 1))
print(PTTrack(mod.intro, 1, 1))
print(PTCell (mod.intro, 1, 1, 1))
print(PTSample (mod.intro, 1))