powered by
Plot method for "hms" class.
# S4 method for hms plot(x)
It doesn't return anything meaningful. It plots the fitness by metaepoch count.
hms s4 object
f <- function(x) x result <- hms(fitness = f, lower = -5, upper = 5) plot(result)
Run the code above in your browser using DataLab