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

View source: R/trackeR.R

get_profile.distrProfileR 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.


hfrick/trackeR documentation built on Feb. 3, 2024, 2:30 p.m.