Learn R Programming

metadynminer3d (version 0.0.2)

max.fes3d: Calculate maximum of 3D free energy surface

Description

`max.fes3d` calculates maximum of free energy in a fes3d object.

Usage

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

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

Run the code above in your browser using DataLab