make.highcharts.points {metaseqR} | R Documentation |
Creates a list which contains the data series of a scatterplot, to be used for serialization with highcharts JavaScript plotting. framework. Internal use only.
make.highcharts.points(x, y, a)
x |
The x coordinates (should be a named vector!). |
y |
The y coordinates. |
a |
Alternative names for each point. |
A list that is later serialized to JSON.
Panagiotis Moulos