Learn R Programming

metadynminer (version 0.1.7)

print.nebpath: Print Nudged Elastic Band minima

Description

`print.nebpath` prints the list minima for Nudged Elastic Band

Usage

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

Arguments

x

nebpath object

...

further arguments passed to or from other methods.

Examples

Run this code
# NOT RUN {
tfes<-fes(acealanme, imax=5000)
minima<-fesminima(tfes)
nebAD<-neb(minima, min1="A", min2="D", nsteps=20)
nebAD
# }

Run the code above in your browser using DataLab