Learn R Programming

metadynminer3d (version 0.0.2)

print.minima3d: Print minima3d object

Description

`print.minima3d` prints 3D free energy minima (identifier, values of bins and collective variables and free energy).

Usage

# S3 method for minima3d
print(x, ...)

Arguments

x

minima object.

...

further arguments passed to or from other methods.

Examples

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

Run the code above in your browser using DataLab