Learn R Programming

metadynminer (version 0.1.7)

lines.fes: Plots 1D free energy surface object as lines

Description

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

Usage

# 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

Run this code
# NOT RUN {
tfes<-fes(acealanme1d, imax=5000)
plot(tfes)
lines(tfes, lwd=4)
# }

Run the code above in your browser using DataLab