- Data
[1:n] numeric vector of data to be plotted.
- paretoRadius
numeric, the Pareto Radius. If omitted, calculate by paretoRad.
- weight
numeric, Weight*ParetoDensity is plotted. 1 by default.
- kernels
numeric vector of kernels. Optional
- LogPlot
LogLog PDEplot if TRUE, xpoints has to be FALSE. Optional
- PlotIt
logical, if plot. TRUE by default.
- title
character vector, title of plot.
- color
character vector, color of plot.
- xpoints
logical, if TRUE only points are plotted. FALSE by default.
- xlim
Arguments to be passed to the plot method.
- ylim
Arguments to be passed to the plot method.
- xlab
Arguments to be passed to the plot method.
- ylab
Arguments to be passed to the plot method.
- ggPlot
ggplot2 object to be plotted upon. Insert an exisiting plot to add a new PDEPlot to it. Default: empty plot
- sampleSize
default(200000), sample size, if datavector is to big
- lwd
linewidth, see plot