eeg(TSA)
eeg()所属R语言包:TSA
EEG Data
EEG数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An electroencephalogram (EEG) is a noninvasive test used to detect and record the electrical activity generated in the brain. These data were measured at a frequency of 256 per second and came from a patient suffering a seizure. This a portion of a series on the website of Professor Richard Smith, University of North Carolina. His
脑电图(EEG)是一种非侵入性的测试,用于检测和记录在大脑中产生的电活动。这些数据在每秒256个频率,测量来自患者患有癫痫发作。这是一个系列的一部分,北卡罗莱纳大学教授理查德·史密斯在网站上。他的
用法----------Usage----------
data(eeg)
格式----------Format----------
The format is: ts [1:13000, 1] -3.08 -20.15 -45.05 -69.95 -94.57 ... - attr(*, "dimnames")=List of 2 ..$ : NULL ..$ : chr "eeg" - attr(*, "tsp")= num [1:3] 2001 15000 1
其格式为:TS [1:13000,1] -3.08 -20.15 -45.05 -69.95 -94.57 ... - ATTR(*,“dimnames”)=列表2 .. $:NULL .. $:字符“英皇娱乐” - ATTR(*,“TSP”)= NUM [1:3] 2001 15000 1
源----------Source----------
实例----------Examples----------
data(eeg)
## maybe str(eeg) ; plot(eeg) ...[#也许STR(EEG);图(EEG)...]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|