min.fes3d: Calculate minimum of 3D free energy surface

View source: R/readingandfes.R

min.fes3dR Documentation

Calculate minimum of 3D free energy surface

Description

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

Usage

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

Arguments

inputfes

fes3d object.

na.rm

a logical indicating whether missing values should be removed.

...

further arguments passed to or from other methods.

Examples

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

metadynminer3d documentation built on April 14, 2022, 5:08 p.m.