Learn R Programming

metadynminer (version 0.1.7)

min.fes: Calculate minimum of free energy surface

Description

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

Usage

# S3 method for 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

Run this code
# NOT RUN {
tfes<-fes(acealanme, imax=5000)
min(tfes)
# }

Run the code above in your browser using DataLab