fes.hillsfile3d.Rd
`fes.hillsfile3d` sums up hills using fast Bias Sum algorithm.
# S3 method for hillsfile3d
fes(hills, imin = 1, imax = NULL, xlim = NULL,
ylim = NULL, zlim = NULL, npoints = NULL)
hillsfile3d object.
index of a hill from which summation starts (default 1).
index of a hill from which summation stops (default the rest of hills).
numeric vector of length 1, giving the CV2 coordinates range.
numeric vector of length 2, giving the CV2 coordinates range.
numeric vector of length 2, giving the CV3 coordinates range.
resolution of the free energy surface in number of points.
fes object.
tfes<-fes(acealanme3d, imax=5000)