Description Usage Format Details References Examples
Activity profile of spinal motoneurons recorded during fictive motion (scratching) evoked in an immobilized decorticate cat.
1 | data("emg95306000")
|
A data frame with 1999 observations on the following variable.
emg95306000
a numeric vector of EMG data
The sampling rate of the recorded data was 1000Hz. The data is in "mV".
Esquivel M.E., Guerrero J.A., Macias-Diaz J.E. (2010) Activity pattern detection in electroneurographic and electromyogram signals through a heteroscedastic change-point method. Mathematical Biosciences 224(2), 109–117
1 2 3 4 5 | # Load data
data(emg95306000)
# Coerce data into an 'emg' object
x <- as.emg(emg95306000, samplingrate=1000, units="mV")
plot(x, main = "EMG of limb muscles of decorticated cat")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.