Learn R Programming

hmsr (version 1.0.1)

plot,hms-method: Plot method for "hms" class.

Description

Plot method for "hms" class.

Usage

# S4 method for hms
plot(x)

Value

It doesn't return anything meaningful. It plots the fitness by metaepoch count.

Arguments

x
  • hms s4 object

Examples

Run this code
f <- function(x) x
result <- hms(fitness = f, lower = -5, upper = 5)
plot(result)

Run the code above in your browser using DataLab