check_mina {mina}R Documentation

Check the tab and des file. Return TRUE if they are NULL or both quantitative and descriptive files of same samples are included (i.e. the object is valid).

Description

Check the tab and des file. Return TRUE if they are NULL or both quantitative and descriptive files of same samples are included (i.e. the object is valid).

Usage

check_mina(x)

Arguments

x

An object of class mina.

Value

TRUE if the object is valid.

Examples

data(maize)
check_mina(maize)

[Package mina version 1.2.0 Index]