Learn R Programming

arkhe (version 0.3.1)

AbundanceMatrix-class: Archaeological Data

Description

A virtual S4 class to represent archaeological data.

Arguments

Slots

samples

A character vector.

groups

A character vector.

Get and set

In the code snippets below, x is an AbundanceMatrix object.

get_samples(x) and get_samples(x) <- value

Get or set the sample names of x.

get_groups(x) and set_groups(x) <- value

Get or set the groups of x.