feprof.minima3d.Rd
`feprof.minima3d` calculates free energy profiles for free energy minima. It finds the global minimum at the `imax` and calculates the evolution of free energies of a local vs. the global free energy minimum. The free energy of the global minimum is constant (zero).
# S3 method for minima3d
feprof(minims, imax = NULL)
minima3d object.
index of a hill from which summation stops (default the rest of hills).
library(metadynminer3d)
tfes<-fes(acealanme3d, imax=5000)
minima<-fesminima(tfes)
prof<-feprof(minima)
prof
#> letter CV1bin CV2bin CV3bin CV1 CV2 CV3 free_energy
#> 1 A 20 60 64 -1.2466638 2.74266025 3.141593 -50.47667
#> 2 B 6 60 64 -2.6429272 2.74266025 3.141593 -49.67866
#> 3 C 19 31 1 -1.3463969 -0.14959965 -3.141593 -47.93663
#> 4 D 42 38 1 0.9474645 0.54853205 -3.141593 -46.90384
#> 5 E 7 37 64 -2.5431941 0.44879895 3.141593 -45.14893
#> 6 F 7 32 1 -2.5431941 -0.04986655 -3.141593 -45.02690
#> 7 G 43 63 1 1.0471976 3.04185955 -3.141593 -38.78232