powered by
A method to print ProTrackR S4 class objects.
# S4 method for PTCell print(x, ...)# S4 method for PTTrack print(x, ...)# S4 method for PTPattern print(x, ...)# S4 method for PTSample print(x, ...)# S4 method for PTModule print(x, ...)
# S4 method for PTTrack print(x, ...)
# S4 method for PTPattern print(x, ...)
# S4 method for PTSample print(x, ...)
# S4 method for PTModule print(x, ...)
Depending on the class of x, returns either nothing (NULL) or a character representation of object x.
x
NULL
character
Either a PTModule, PTPattern, PTTrack, PTCell or PTSample object.
PTModule
PTPattern
PTTrack
PTCell
PTSample
further arguments passed to or from other methods
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))
Run the code above in your browser using DataLab