get_metrics.Rd
Retrieves data for all individual metrics for a single subject.
get_metrics(subject, metrics, days = "all")
The name of the subject for which the data is to be retrieved.
A colonytrack_metrics
object, as returned by
calculate_metrics
.
Specify the days for which metrics should be retrieved. This may be in any of the standard formats (names, indices, or a logical vector). Default is to include all days present in the metrics object.
Returns a matrix with days/nights as rows and metrics as columns.