fes2d21d.Rd
`fes2d21d` calculates 2D free energy surface, converts free energies to probabilities (exp(-F/kT)), sums them up along one collective variable and converts back to free energy (-kT log(P)).
fes2d21d(hills, remdim = 2, temp = 300, eunit = "kJ/mol", imin = 1,
imax = NULL, xlim = NULL, ylim = NULL, npoints = 256)
hillsfile object.
dimension to be removed (1 for CV1, 2 for CV2, default 2).
temperature in Kelvins (default 300).
energy units (kJ/mol or kcal/mol, kJ/mol is default).
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 2, giving the CV1 coordinates range.
numeric vector of length 2, giving the CV2 coordinates range.
resolution of the free energy surface in number of points.
fes object.
tfes<-fes2d21d(acealanme, remdim=2, imax=5000)