sdvar | R Documentation |
Get Standard Deviation/Variance of Values in Fitness Landscape
variance(x, ...) sdev(x, ...)
x |
FitLandDF object |
... |
additional parameters (e.g. 'na.rm') |
variance or standard deviation of values in fitness landscape
# create fitness landscape with non-zero variance and standard deviation values <- array(1:27, dim = rep(3, 3)) my_landscape <- FitLandDF(values) # calculate variance variance(my_landscape) # calculate standard deviation sdev(my_landscape)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.