Description Usage Arguments Details Value See Also Examples
A function that plots variant data over time.
1 | plot_variants(interpolation = "linear", type = "cases")
|
interpolation |
Specifies whether the voc data should be interpolated. Possible options include "linear" or "none". Linear does a linear spline interpolation. None is the default. |
type |
String, specifies which value for the variants should be plotted and how it should be displayed |
The function can ether plot the case time series of different vocs, or the sti time series of different vocs.
Returns a ggplot2 plot.
Other Variants:
plot_variant_data()
,
variant_case_r_value()
,
variant_case_time_series()
,
variant_sti_time_series()
1 2 3 | plot_variants()
plot_variants(interpolation="linear", type="sti")
## Not run: plot_variants(interpolation=T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.