Learn R Programming

ProTrackR (version 0.4.4)

print: Print ProTrackR objects

Description

A method to print ProTrackR S4 class objects.

Usage

# 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, ...)

Value

Depending on the class of x, returns either nothing (NULL) or a character representation of object x.

Arguments

x

Either a PTModule, PTPattern, PTTrack, PTCell or PTSample object.

...

further arguments passed to or from other methods

Author

Pepijn de Vries

Examples

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