nsessions.trackeRWprime {trackeR}R Documentation

Generic function for calculating number of sessions

Description

Generic function for calculating number of sessions

Usage

## S3 method for class 'trackeRWprime'
nsessions(object, ...)

## S3 method for class 'distrProfile'
nsessions(object, ...)

## S3 method for class 'conProfile'
nsessions(object, ...)

nsessions(object, ...)

## S3 method for class 'trackeRdataSummary'
nsessions(object, ...)

Arguments

object

The object for which to calculate the number of sessions.

...

Arguments to be passed to methods.


[Package trackeR version 1.6.0 Index]