Learn R Programming

rwty (version 1.0.3)

check.chains: Function for checking suitability of chains for rwty analyses, auto-generating labels, etc

Description

This function is automatically called by many other functions, but can be run manually as well. It performs a number of tests of chain format, labels, lengths, etc.

Usage

check.chains(chains)

Value

chains A list of rwty.chain objects

Arguments

chains

A list of rwty.chain objects.

Examples

Run this code
if (FALSE) {
data(fungus)
check.chains(fungus)
}

Run the code above in your browser using DataLab