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.
Usage
# S3 method for class 'pt2mod'
`$`(x, i, ...)
# S3 method for class 'pt2mod'
x$i <- value
# S3 method for class 'pt2mod'
x[[i, ...]]
# S3 method for class 'pt2patlist'
x[i, ...]
# S3 method for class 'pt2patlist'
x[[i, ...]]
# S3 method for class 'pt2patlist'
x[[i]] <- value
# S3 method for class 'pt2samplist'
x[i, ...]
# S3 method for class 'pt2samplist'
x[[i, ...]]
# S3 method for class 'pt2pat'
x[i, j, ...]
# S3 method for class 'pt2pat'
x[i, j, ...] <- value
# S3 method for class 'pt2celllist'
x[[i, ...]]
# S3 method for class 'pt2celllist'
x[i, ...]
# S3 method for class 'pt2command'
x[[i, ...]]
# S3 method for class 'pt2command'
x[i, ...]
# S3 method for class 'pt2command'
x[[i, ...]] <- value
# S3 method for class 'pt2command'
x[i, ...] <- value