plot.minima.Rd
`plot.minima` plots free energy surface with minima. The free energy surface is plotted the same way as by plot.fes with additional minima labels.
# S3 method for minima
plot(x, plottype = "both", xlim = NULL, ylim = NULL,
zlim = NULL, colscale = F, colscalelab = "free energy",
main = NULL, sub = NULL, xlab = NULL, ylab = NULL,
nlevels = 10, levels = NULL, col = rainbow(135)[100:1],
labels = NULL, labcex = 0.6, drawlabels = TRUE,
method = "flattest", textcol = "black", pch = 1, bg = "red",
cex = 1, contcol = par("fg"), lty = par("lty"), lwd = par("lwd"),
asp = NULL, axes = TRUE, ...)
minima object.
specifies whether 2D free energy surface will be plotted as image, contours or both (default "both").
numeric vector of length 2, giving the x coordinates range.
numeric vector of length 2, giving the y coordinates range.
numeric vector of length 2, giving the z coordinates range.
specifies whether color scale will be plotted (default False).
color scale label (default "free energy").
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'.
number of contour levels desired if 'levels' is not supplied.
numeric vector of levels at which to draw contour lines.
color of the free energy surface. For 1D surface it is the color of the line. For 2D it is a list of colors such as that generated by 'rainbow', 'heat.colors', 'topo.colors', 'terrain.colors' or similar functions (default=rainbow(135)[100:1]).
a vector giving the labels for the contour lines. If 'NULL' then the levels are used as labels, otherwise this is coerced by 'as.character'.
'cex' for contour labeling. This is an absolute size, not a multiple of 'par("cex")'.
logical. Contours are labeled if 'TRUE'.
character string specifying where the labels will be located. Possible values are '"simple"', '"edge"' and '"flattest"' (the default). See the 'Details' section.
color of minima labels.
plotting 'character', i.e., symbol to use. See 'points'
background (fill) color for the open plot symbols given by 'pch = 21:25'.
character (or symbol) expansion: a numerical vector. This works as a multiple of 'par("cex")'.
contour color.
line type for the lines drawn.
contour line width.
the y/x aspect ratio, see 'plot.window'.
a logical value indicating whether both axes should be drawn on the plot.
further arguments passed to or from other methods.