"plot"(x, pch = 16, col = par("col"), cex=0.8, mar=c(6, 4, 2, 2),...)
nma
. points
. plot.bio3d
that effect the atomic fluctuations plot only. Produces eigenvalue/frequency spectrum plots and an atomic fluctuations plot.
plot.nma
produces an eigenvalue (or frequency) spectrum plot
together with a plot of the atomic fluctuations.
Skjaerven, L. et al. (2014) BMC Bioinformatics 15, 399. Grant, B.J. et al. (2006) Bioinformatics 22, 2695--2696.
## Fetch structure pdb <- read.pdb( system.file("examples/1hel.pdb", package="bio3d") ) ## Calculate modes modes <- nma(pdb)Building Hessian... Done in 0.049 seconds. Diagonalizing Hessian... Done in 0.133 seconds.plot(modes, sse=pdb)