plotseeds: Plot method for the S4 class resultsSeeds

Description Usage Arguments Value Examples

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

1
2
## S4 method for signature '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

1
2
3
data(uvb_res)

plot(res[[2]])

seeds documentation built on July 14, 2020, 1:07 a.m.