Learn R Programming

MorphoTools2 (version 1.0.2.1)

missingSamplesTable: Summarize Missing Data

Description

Summarize number of missing values for each character on the desired grouping level.

Usage

missingSamplesTable(object, level)

Value

A data.frame summarizing a number of missing values.

Arguments

object

an object of class morphodata.

level

level of grouping, one of the following: "taxon", populations ("pop"), or individuals ("indiv".)

Examples

Run this code
data(centaurea)

missingSamplesTable(centaurea, level = "pop")

Run the code above in your browser using DataLab