Create plot series object based on data, plot type and parameters
Create plot series object based on data, plot type and parameters
The plotseries object contains all necessary paremeters to create main plots from data values, including values for x and y, correct handling of excluded rows and columns, color grouping (if any), limits and labels.
If both col and cgroup are specified, cgroup will be ignored.
Labels can be either provided by user or generated automatically based on values, names or indices of data rows and columns. If series is made for scatter plot type="p" then labels are required for each row of the original dataset. Otherwise (for line, bar and errobar plot) labels correspond to data columns (variables).
The object has the following plotting methods once created: plotScatter