View source: R/readingandfes.R
fes | R Documentation |
'fes' sums up hills using fast Bias Sum algorithm.
fes(hills, imin, imax, xlim, ylim, zlim, npoints)
hills |
hillsfile object. |
imin |
index of a hill from which summation starts (default 1). |
imax |
index of a hill from which summation stops (default the rest of hills). |
xlim |
numeric vector of length 2, giving the CV1 coordinates range. |
ylim |
numeric vector of length 2, giving the CV2 coordinates range. |
zlim |
numeric vector of length 2, giving the CV3 coordinates range. |
npoints |
resolution of the free energy surface in number of points. |
fes object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.