| AnnotationData.addToGgplot | add annotation bars to an existing ggplot (most likely a... | 
| AnnotationData.clip | Clip annotation data according to the start and end time | 
| AnnotationData.filter.original | filter out/only include labels/categories presented in the... | 
| AnnotationData.getLabelNames | get all matched label names given a timestamp, return NULL if... | 
| AnnotationData.importCsv | Import mhealth annotation data file and load into memory as... | 
| AnnotationData.io.getAnnotatorId | Get annotator Id from annotation file name | 
| AnnotationData.io.getOntologyId | Get ontology Id from annotation file name | 
| AnnotationData.io.write | Write annotation data into mhealth folder structure and with... | 
| AnnotationData.merge | merge two or more annotation data frames and sort according... | 
| AnnotationData.offset | offset annotation data's start and stop timestamp by an... | 
| AnnotationData.simplify | simplify all annotations so that concurrent activities will... | 
| AnnotationData.simplify.filter | filter out/include only simplified annotation data frame with... | 
| FrequencyResponse.changeResolution | Change the frequency resolution of the input frequency... | 
| FrequencyResponse.fft | Compute frequency response for input sensor data. | 
| FrequencyResponse.spectrum.ggplot | Plot fft frequency response for input sensor data. | 
| Magnitude.compute | Compute the magnitude value of sensor data. | 
| MhealthInteractiveVisualizer.getApp | The shiny app object of interactive visualizer for mhealth... | 
| MhealthInteractiveVisualizer.run | An interactive visualizer for mhealth format data based on... | 
| SamplingRate.ggplot | Plot sampling rate over certain breaks (e.g. min, hour) using... | 
| SamplingRate.plot | Plot sampling rate over certain breaks (e.g. min, hour). | 
| SamplingRate.summary | Calculate sampling rate for each column over a certain break... | 
| SensorData.as | convert arbitrary dataframe to mhealth sensor data style | 
| SensorData.bokehplot | Plot sensor raw data using rbokeh interatively | 
| SensorData.cleanup | Clean up sensor dataframe by removing invalid timestamps,... | 
| SensorData.clip | Clip sensor data according to the start and end time. | 
| SensorData.createActigraphCsvHeader | create a character vector representing each line of the... | 
| SensorData.crop | crop sensor data's y axis to a specific range | 
| SensorData.filter.averageRemovalFIR | Apply average removal FIR filter to the input sensor data... | 
| SensorData.filter.bessel | Apply low pass bessel filter to the input sensor data frame... | 
| SensorData.filter.iir | Apply iir filter to the input sensor data frame each column... | 
| SensorData.filter.resample | Apply bandlimited interpolation filter to the input sensor... | 
| SensorData.getFilenameParts | Get the mhealth filename parts out of a mhealth sensor data... | 
| SensorData.getSamplingRate | Get sensor data's sampling rate from the time difference of... | 
| SensorData.ggplot | Plot sensor raw data using ggplot2. | 
| SensorData.importActigraphCountCsv | Import and convert Actigraph count csv files and load into... | 
| SensorData.importActigraphCsv | Import and convert Actigraph raw csv files and load into data... | 
| SensorData.importCsv | Import mhealth sensor data file and load into memory as data... | 
| SensorData.interpolate | Interpolate the missing points and unify sampling interval... | 
| SensorData.io.write | Write sensor data into mhealth folder structure and with... | 
| SensorData.io.writeAsActigraphRaw | write sensor data frame into actigraph raw | 
| SensorData.merge | Merge two or more mhealth data frames by rows and sorted by... | 
| SensorData.offset | offset sensor data's timestamp by an offset value in seconds | 
| SensorData.parseActigraphCsvHeader | parse actigraph csv header to get related version and... | 
| SensorData.plot | Plot nicely the raw sensor data data frame. | 
| SensorData.split | Split sensor data into list of smaller data frame with... | 
| SummaryData.absoluteMean | Calculate summary value (absolute mean value) for each column... | 
| SummaryData.auc | Calculate summary value (area under curve) for each column... | 
| SummaryData.ggplot | Plot summary data using ggplot2 | 
| SummaryData.simpleMean | Calculate summary value (mean value) for each column over a... | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.