This function plots the raw Lumifuge profiles in an efficient way so that not all data is loaded into the graphics layers of ggplot. This function does not work well and needs to be re-worked
1 2 | Lumifuge_plotProfilesStackedGraph(LumifugeData, numProfiles, xlim = c(0, 140),
RPMLimit = c(0, Inf))
|
LumifugeData |
The data.frame containing the raw lumifuge data in a melted way (this can be done using the function loadTransformAndSaveRawLumifugeData()) |
numProfiles |
The number of profiles (lines) to be plotted, this limits how big and crowded the graph will be |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.