Functions to select and assign elements to ProTracker modules.
See vignette('s3class') for an overview of ProTrackR2 S3 class objects. See vignette('sel_assign')
for practical guidance on selecting and assigning elements of ProTrackR2 class objects.
# S3 method for pt2mod
$(x, i, ...)# S3 method for pt2mod
$(x, i) <- value
# S3 method for pt2mod
[[(x, i) <- value
# S3 method for pt2mod
[[(x, i, ...)
# S3 method for pt2patlist
[(x, i, ...)
# S3 method for pt2patlist
[[(x, i, ...)
# S3 method for pt2patlist
[[(x, i) <- value
# S3 method for pt2samplist
[(x, i, ...)
# S3 method for pt2samplist
[[(x, i, ...)
# S3 method for pt2samplist
[[(x, i) <- value
# S3 method for pt2pat
[[(x, i, ...)
# S3 method for pt2pat
[[(x, i) <- value
# S3 method for pt2pat
[(x, i, j, ...)
# S3 method for pt2pat
[(x, i, j, ...) <- value
# S3 method for pt2celllist
[[(x, i, ...) <- value
# S3 method for pt2celllist
[(x, i, ...) <- value
# S3 method for pt2celllist
[[(x, i, ...)
# S3 method for pt2celllist
[(x, i, ...)
# S3 method for pt2command
[[(x, i, ...)
# S3 method for pt2command
[(x, i, ...)
# S3 method for pt2command
[[(x, i, ...) <- value
# S3 method for pt2command
[(x, i, ...) <- value
Returns the selected object in case of a selection ([, [[, or $) operator. Returns the
updated object x in case of an assignment (<-) operator.
Object to apply S3 method to. See 'usage' section for allowed object types.
Indices for extracting or replacing ProTrackR2 object elements
Passed on to other methods.
Replacement value for the selected element(s).