powered by
`lines.nebpath` plots lines for free energy profile calculated by Nudged Elastic Band.
# S3 method for nebpath lines(x, col = "red", lwd = 1, ...)
nebpath object.
color code or name, see 'par'.
line width for drawing symbols see 'par'.
further arguments passed to or from other methods.
# NOT RUN { tfes<-fes(acealanme, imax=5000) minima<-fesminima(tfes) nebAD<-neb(minima, min1="A", min2="D", nsteps=20) plot(nebAD) lines(nebAD, lwd=4) # }
Run the code above in your browser using DataLab