AG_merge | R Documentation |
Merge primary accelerometer data with IMU data
AG_merge( AG, primary_args = list(), IMU_args = list(), common_args = list(), verbose = FALSE, ... )
AG |
object obtained from |
primary_args |
additional arguments for |
IMU_args |
additional arguments for |
common_args |
additional arguments to pass to both
|
verbose |
logical. Print information to console? |
... |
additional arguments passed to |
a data frame of merged data
file_3x <- system.file( "extdata", "example.gt3x", package = "AGread" ) AG_3x <- read_gt3x(file_3x) head(AG_merge(AG_3x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.