max.fes: Calculate maximum of free energy surface

View source: R/readingandfes.R

max.fesR Documentation

Calculate maximum of free energy surface

Description

'max.fes' calculates maximum of free energy in a fes object.

Usage

## S3 method for class 'fes'
max(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)
max(tfes)

metadynminer documentation built on April 14, 2022, 5:06 p.m.