Learn R Programming

metadynminer3d (version 0.0.2)

summary.fes3d: Print summary of 3D free energy surface

Description

`summary.fes3d` prints minimum and maximum of free energy in a fes object.

Usage

# S3 method for fes3d
summary(object, ...)

Arguments

object

fes3d object.

...

further arguments passed to or from other methods.

Examples

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

Run the code above in your browser using DataLab