plot,resultsSeeds,missing-method {seeds} | R Documentation |
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 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
data(uvb_res)
plot(res[[2]])
[Package seeds version 0.9.1 Index]