View source: R/readingandfes.R
lines.fes | R Documentation |
'lines.fes' plots 1D free energy surface as lines.
## S3 method for class 'fes' lines(x, lwd = 1, col = "black", ...)
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. |
tfes<-fes(acealanme1d, imax=5000) plot(tfes) lines(tfes, lwd=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.