min.fes: Calculate minimum of free energy surface

View source: R/readingandfes.R

min.fesR Documentation

Calculate minimum of free energy surface

Description

'min.fes' calculates minimum of free energy in a fes object.

Usage

## S3 method for class 'fes'
min(inputfes, na.rm = NULL, ...)

Arguments

inputfes

fes object.

na.rm

a logical indicating whether missing values should be removed.

...

further arguments passed to or from other methods.

Examples

tfes<-fes(acealanme, imax=5000)
min(tfes)

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