powered by
`pointsonfes` plots points for free energy profile calculated by Nudged Elastic Band projected onto free energy surface.
pointsonfes(x, pch = NULL, cex = 1, bg = NULL, col = "red", lwd = 1)
nebpath object.
plotting 'character', i.e., symbol to use. See 'points'.
character (or symbol) expansion: a numerical vector. This works as a multiple of 'par("cex")'.
background (fill) color for the open plot symbols given by 'pch = 21:25'.
color code or name, see 'par'.
line width for drawing symbols see 'par'.
# NOT RUN { tfes<-fes(acealanme, imax=5000) minima<-fesminima(tfes) nebAD<-neb(minima, min1="A", min2="D", nsteps=20) plot(minima) pointsonfes(nebAD) # }
Run the code above in your browser using DataLab