Learn R Programming

seeds (version 0.9.1)

plot,resultsSeeds,missing-method: Plot method for the S4 class resultsSeeds

Description

A standardized plot function to display the results of the algorithms. Both algorithms should result in objects of the class resultsSeeds. The results can be plotted using the plot-function.

Usage

# S4 method for resultsSeeds,missing
plot(x, y)

Arguments

x

an object of type resultsSeeds or a list of these objects. If a list is given the last entry will be plotted.

y

...

Value

A list of plots showing the results of the algorithm

Examples

Run this code
# NOT RUN {
data(uvb_res)

plot(res[[2]])

# }

Run the code above in your browser using DataLab