Learn R Programming

metadynminer (version 0.1.7)

print.profiles: Print profiles object

Description

`print.profiles` prints free energy profile.

Usage

# S3 method for profiles
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)
prof<-feprof(minima)
prof
# }

Run the code above in your browser using DataLab