summary.profiles: Print summary for free energy profile

View source: R/minimaandpaths.R

summary.profilesR Documentation

Print summary for free energy profile

Description

'summary.profiles' prints the list of free energy minima with maximal and minimal free energy differences.

Usage

## S3 method for class 'profiles'
summary(object, imind = 1, imaxd = NULL, ...)

Arguments

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.

Examples

tfes<-fes(acealanme, imax=5000)
minima<-fesminima(tfes)
prof<-feprof(minima)
summary(prof)

spiwokv/metadynminer documentation built on Dec. 3, 2023, 5:05 a.m.