Miscellaneous
Contains some functions that are not commonly used, such as simulating a bar chart or histogram.
- Offset by avgY
- c1.y +/- avg(c1.y)
- Offset by maxY
- c1.y +/- max
- Offset by minY
- c1.y +/- min(y)
- X = Constant
- Creates a datum at the specified X location.
- Y = Constant
- Creates a datum at the specified Y location.
- Bar Chart
- Creates a bar chart representation of selected data.
- Histogram (freq)
- Histogram (relf)
- Creates a simplified histogram (plot) representation of selected data, showing the frequency (or relative frequency) that a given value appears in the vector.