plot.fes3d.Rd
`plot.fes3d` plots 3D free energy surface using .
# S3 method for fes3d
plot(x, xlab = NULL, ylab = NULL, zlab = NULL,
xlim = NULL, ylim = NULL, zlim = NULL, level = NULL,
col = NULL, alpha = NULL, main = NULL, sub = NULL, fill = TRUE, ...)
fes3d object.
a title for the x axis: see 'title'.
a title for the y axis: see 'title'.
a title for the z axis: see 'title'.
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.
an overall title for the plot: see 'title'.
a sub title for the plot: see 'title'.
number or numeric vector of levels at which to draw 3D isosurface.
color of the free energy surface. It can be a single color or a vector with multiple colors for multiple 3D isosurfaces.
number or numeric vector of alpha levels (transparency) of 3D isosurfaces.
a logical value indicating whether 3D isosurface is ploted as solid surface (True) or wireframe (False).
further arguments passed to or from other methods.