get_profile.distrProfile {trackeR}R Documentation

Generic function to subset distribution and concentration profiles

Description

Generic function to subset distribution and concentration profiles

Usage

## S3 method for class 'distrProfile'
get_profile(object, session = NULL, what = NULL, ...)

## S3 method for class 'conProfile'
get_profile(object, session = NULL, what = NULL, ...)

get_profile(object, session, what, ...)

Arguments

object

An object of class distrProfile or conProfile as returned by distribution_profile and concentration_profile, respectively.

session

A numeric vector of the sessions to selected. Defaults to all sessions.

what

A character version of the variables to be selected. Defaults to all variables in object (what = NULL).

...

Current no used.


[Package trackeR version 1.6.0 Index]