`lines.fes` plots 1D free energy surface as lines.

# S3 method for fes
lines(x, lwd = 1, col = "black", ...)

Arguments

x

fes object.

lwd

line width for drawing symbols see 'par'.

col

color code or name, see 'par'.

...

further arguments passed to or from other methods.

Examples

tfes<-fes(acealanme1d, imax=5000)
plot(tfes)
lines(tfes, lwd=4)