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