plotAtoms {CoGAPS} | R Documentation |
Plot Number of Atoms
plotAtoms(gapsRes, type = "sampA")
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 |
a simple plot of the number of atoms from one of the vectors returned with atom numbers
plot
data(SimpSim) plotAtoms(SimpSim.result, type="sampA")