lines.nebpath | R Documentation |
'lines.nebpath' plots lines for free energy profile calculated by Nudged Elastic Band.
## S3 method for class 'nebpath' lines(x, col = "red", lwd = 1, ...)
x |
nebpath object. |
col |
color code or name, see 'par'. |
lwd |
line width for drawing symbols see 'par'. |
... |
further arguments passed to or from other methods. |
tfes<-fes(acealanme, imax=5000) minima<-fesminima(tfes) nebAD<-neb(minima, min1="A", min2="D", nsteps=20) plot(nebAD) lines(nebAD, lwd=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.