View source: R/minimaandpaths.R
fesminima.fes | R Documentation |
'fesminima.fes' finds free energy minima on 1D or 2D free energy surface. The surface is divided by a 1D or 2D grid and minima are found for each bin. Next the program determines whether the minimum of a bin is a local minimum of the whole free energy surface. Free energy minima are labeled constitutively by capital letters.
## S3 method for class 'fes' fesminima(inputfes, nbins = 8)
inputfes |
fes object. |
nbins |
number of bins for each CV (default 8). |
minima object.
tfes<-fes(acealanme, imax=5000) minima<-fesminima(tfes) minima
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.