hist_pheno {cape}R Documentation

Plot trait histograms

Description

This function plots histograms of the traits held in the pheno slot of the data object.

Usage

hist_pheno(data_obj, pheno_which = NULL, pheno_labels = NULL)

Arguments

data_obj

A Cape object

pheno_which

A vector of strings indicating which traits to plot. Defaults to all traits.

pheno_labels

A vector of strings providing alternate names for the traits in the plot if the names in the data object are not good for plotting


[Package cape version 3.1.2 Index]