plot.profiles.Rd
`plot.profiles` plots evolution of free energy differences between minima. They are colored by rainbow colors from the global one (blue) to the highest (red).
# S3 method for profiles
plot(x, which = NULL, ignoretime = FALSE,
xlim = NULL, ylim = NULL, main = NULL, sub = NULL, xlab = NULL,
ylab = NULL, col = NULL, asp = NULL, lwd = 1, axes = T, ...)
profiles object.
vector of indexes of profiles to be plotted (default all).
time in the first column of the HILLS file will be ignored.
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'.
the y/x aspect ratio, see 'plot.window'.
line width.
a logical value indicating whether both axes should be drawn on the plot.
further arguments passed to or from other methods.