plotAtoms {CoGAPS}R Documentation

Plot Number of Atoms

Description

Plot Number of Atoms

Usage

plotAtoms(gapsRes, type = "sampA")

Arguments

gapsRes

the list resulting from applying GAPS

type

the atoms to plot, values are "sampA", "sampP" , "equilA", or "equilP" to plot sampling or equilibration teop atom numbers

Details

a simple plot of the number of atoms from one of the vectors returned with atom numbers

Value

plot

Examples

data(SimpSim)
plotAtoms(SimpSim.result, type="sampA")

[Package CoGAPS version 3.0.2 Index]