print.minima3d: Print minima3d object

View source: R/minimaandpaths.R

print.minima3dR Documentation

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 class 'minima3d'
print(x, ...)

Arguments

x

minima object.

...

further arguments passed to or from other methods.

Examples

tfes<-fes(acealanme3d, imax=5000)
minima<-fesminima(tfes)
minima

metadynminer3d documentation built on April 14, 2022, 5:08 p.m.