- X
[1:n] numeric vector or time
- Y
[1:n] numeric vector of feature
- Cls
[1:n] numeric vector of k classes, if not set per default every point is in first class
- Names
[1:n] character vector of k classes, if not set perdefault Cls is used, if set, names the legend and the points
- na.rm
Function may not work with non finite values. If these cases should be automatically removed, set parameter TRUE
- xlab
Optional, string for xlabel
- ylab
Optional, string for ylabel
- main
Optional, string for title of plot
- Colors
Optional, string defining the k colors, one per class
- Size
Optional, size of points
- LineColor
Optional, name of color, in plotly then all points are connected by a curve,
in ggplot2 all points of one class ae connected by a curve of the color the class
- LineWidth
Optional, number defining the width of the curve (plotly only)
- LineType
Optional, string defining the type of the curve in plotly only, "dot
", "dash
", "-
"
for ggplot2: just set =1 here and then the curve is plotted
- Showgrid
Optional, boolean (plotly only)
- Plotter
Optional, either "ggplot
", "plotly
", or "native
"
- pch
scalar, symbol to use, for native Plotter
only
- SaveIt
Optional, boolean, if true saves plot as html (plotly) or png (ggplot2)
- ...
Further arguments for ggplot2::ggplot
,or plotly::plot_ly
, or plot
(except "pch
"" and "type
") depending on Plotter