Learn R Programming

biosignalEMG (version 2.0.0)

print.summary.emg: Shows the content of an 'emg' summary on the console

Description

S3 generic to show the content of an ‘emg’ summary on the console.

Usage

"print"(x, ...)

Arguments

x
an object of class ‘summary.emg’.
...
additional arguments to be passed to the generic function.

Value

Some values printed on screen.

See Also

emg

Examples

Run this code
# Creates a random vector to simulate an EMG signal
x <- rnorm(10000, 0, 1)
# Creates an 'emg' object to store x
emg1 <- emg(x, samplingrate = 1000, units = "mV", data.name = "")
# Summarize and visualize the data
summary(emg1)

Run the code above in your browser using DataLab