View source: R/readingandfes.R
| min.fes3d | R Documentation | 
'min.fes3d' calculates minimum of free energy in a fes3d object.
## S3 method for class 'fes3d' min(inputfes, na.rm = NULL, ...)
| inputfes | fes3d object. | 
| na.rm | a logical indicating whether missing values should be removed. | 
| ... | further arguments passed to or from other methods. | 
tfes<-fes(acealanme3d, imax=5000) min(tfes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.