trackeR (version 1.5.2)

get_profile.distrProfile: Generic function to subset distribution and concentration profiles

Description

Generic function to subset distribution and concentration profiles

Usage

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

# S3 method for 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.