plot,hms-method {hmsr} | R Documentation |
Plot method for "hms" class.
Description
Plot method for "hms" class.
Usage
## S4 method for signature 'hms'
plot(x)
Arguments
x |
|
Value
It doesn't return anything meaningful. It plots the fitness by metaepoch count.
Examples
f <- function(x) x
result <- hms(fitness = f, lower = -5, upper = 5)
plot(result)
[Package hmsr version 1.0.1 Index]