plot,hms-method {hmsr} | R Documentation |
Plot method for "hms" class.
## S4 method for signature 'hms'
plot(x)
x |
|
It doesn't return anything meaningful. It plots the fitness by metaepoch count.
f <- function(x) x
result <- hms(fitness = f, lower = -5, upper = 5)
plot(result)