Learn R Programming

rosario (version 0.1.1)

ex1: Example temporal activity dataset

Description

An example dataset of 5 biological identities across 12 time intervals. Values represent counts of activity events (e.g., detections or captures) per interval. This dataset is provided for examples and vignettes.

Usage

ex1

Arguments

Format

A numeric matrix with 5 rows (biological identities) and 12 columns (time intervals):

Rows

Biological identities (bioID1bioID5)

Columns

Time intervals (INT1INT12)

Values

Counts of activity per identity × interval

Examples

Run this code
ex1
rowSums(ex1)   # total activity per biological identity
colSums(ex1)   # total activity per time interval

Run the code above in your browser using DataLab