points.fes.Rd
`points.fes` plots 1D free energy surface as points.
# S3 method for fes
points(x, pch = 1, col = "black", bg = "red",
cex = 1, lwd = 1, ...)
fes object.
plotting 'character', i.e., symbol to use. See 'points'
color code or name, see 'par'.
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")'.
line width for drawing symbols see 'par'.
further arguments passed to or from other methods.