powered by
`summary.profiles` prints the list of free energy minima with maximal and minimal free energy differences.
# S3 method for profiles summary(object, imind = 1, imaxd = NULL, ...)
profiles object.
index of a hill from which calculation of difference starts (default 1).
index of a hill from which calculation of difference stops (default the rest of hills).
further arguments passed to or from other methods.
# NOT RUN { tfes<-fes(acealanme, imax=5000) minima<-fesminima(tfes) prof<-feprof(minima) summary(prof) # }
Run the code above in your browser using DataLab