fesminima: FES minima locator

Description Usage Arguments Details Author(s) Examples

View source: R/metadynminer.R

Description

Function to find minima on free energy surfaces calculated by metadynamics. The free energy surface is divided by 8x8 grid and minimum is located for each section. The output is a minima object.

Usage

1
fesminima(inputfes)

Arguments

inputfes

The object inputfes is a free energy surface calculated by function mtdfes, mtdfes2 or read by read.fes.

Details

The input object must be valid type inputfes.

Author(s)

Vojtech Spiwok

Examples

1
2
3
4
  data(acealanme1.3)
  myfes<-mtdfes(acealanme1.3)
  myminima<-fesminima(myfes)
  summary(myminima)

sucurz/testing documentation built on May 29, 2019, 9:51 a.m.