hist_pheno: Plot trait histograms

View source: R/hist_pheno.R

hist_phenoR 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

Examples

## Not run: 
hist_pheno(data_obj)

## End(Not run)


cape documentation built on May 20, 2022, 1:06 a.m.