plot.nebpath.Rd
`plot.nebpath` plots free energy profile calculated by Nudged Elastic Band.
# S3 method for nebpath
plot(x, xlim = NULL, ylim = NULL, main = NULL,
sub = NULL, xlab = "bin", ylab = "free energy", col = "red",
lwd = 1, asp = NULL, cex = 1, axes = T, ...)
nebpath object.
numeric vector of length 2, giving the x coordinates range.
numeric vector of length 2, giving the y coordinates range.
an overall title for the plot: see 'title'.
a sub title for the plot: see 'title'.
a title for the x axis: see 'title'.
a title for the y axis: see 'title'.
color code or name, see 'par'.
line width for drawing symbols see 'par'.
the y/x aspect ratio, see 'plot.window'.
text expansion.
a logical value indicating whether both axes should be drawn on the plot.
further arguments passed to or from other methods.