View source: R/minimaandpaths.R
summary.profiles | R Documentation |
'summary.profiles' prints the list of free energy minima with maximal and minimal free energy differences.
## S3 method for class 'profiles' summary(object, imind = 1, imaxd = NULL, ...)
object |
profiles object. |
imind |
index of a hill from which calculation of difference starts (default 1). |
imaxd |
index of a hill from which calculation of difference stops (default the rest of hills). |
... |
further arguments passed to or from other methods. |
tfes<-fes(acealanme, imax=5000) minima<-fesminima(tfes) prof<-feprof(minima) summary(prof)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.