plotDensities: Kernel based density estimation of the samples
Description
This function estimates and plots the densities of the results of each algorithm
Usage
plotDensities(data, ...)
Arguments
data
A matrix where columns represent the algorithms
...
The plot is created using ggplot2. This special parameter can be used to pass additional parameters to the geom_line function used to plot the sample points. It can also be used to pass additional arguments to the density function, which is used to eastimate the densities.