Description Usage Arguments Value Author(s)
View source: R/metaseqr.util.R
Creates a list which contains the data series of a scatterplot, to be used for serialization with highcharts JavaScript plotting. framework. Internal use only.
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.