fes.hillsfile {metadynminer} | R Documentation |
Calculate free energy surface by Bias Sum algorithm
Description
'fes.hillsfile' sums up hills using fast Bias Sum algorithm.
Usage
## S3 method for class 'hillsfile'
fes(hills, imin = 1, imax = NULL, xlim = NULL,
ylim = NULL, zlim = NULL, npoints = 256)
Arguments
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. |
Value
fes object.
Examples
tfes<-fes(acealanme, imax=5000)
[Package metadynminer version 0.1.7 Index]