Print ProTrackR objects
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, ...)
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))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.