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

# 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

tfes<-fes(acealanme3d, imax=5000)
max(tfes)
#> [1] -2.31476e-18