Learn R Programming

metadynminer (version 0.1.7)

print.minima: Print minima object

Description

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

Usage

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

Arguments

x

minima object.

...

further arguments passed to or from other methods.

Examples

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

Run the code above in your browser using DataLab