Learn R Programming

selac (version 1.7.5)

PlotEquilbriumCodonDistribution: Function to plot a distribution of frequencies of codons given a 3d array of equilibrium frequency matrices

Description

Function to plot a distribution of frequencies of codons given a 3d array of equilibrium frequency matrices

Usage

PlotEquilbriumCodonDistribution(eq.freq.matrices, values,
  palette = "Set1", lwd = 2, ...)

Arguments

eq.freq.matrices

A 3d array of eq.freq.matrix returned from ComputeEquilibriumFrequencies

values

The vector of labels for each matrix (i.e., different Phi values)

palette

Color palette to use from RColorBrewer

lwd

Line width

...

Other paramters to pass to plot()