白白手拉手-手拉手白癜风论坛

 找回密码
 注册新成员
搜索

查看: 1656|回复: 3

[生活闲谈] R-Matrixes and array(矩阵和数组)

[复制链接]

284

主题

1735

帖子

3万

积分

博士生

发表于 2017-4-13 13:17:57 | 显示全部楼层 |阅读模式

30秒注册登陆,可查看更多信息,结交更多好友,享用更多功能,轻松玩转论坛,白白手拉手欢迎您的加入!

您需要 登录 才可以下载或查看,没有账号?注册新成员

x
                                                                                                                                                [size=11.000000pt]In addition to data frames, R provides other structures that store values in a tabularform. A [size=11.000000pt]matrix [size=11.000000pt]is a data structure that represents a two-dimensional table withrows and columns of data. Like vectors, R matrixes can contain any one type ofdata, although they are most often used for mathematical operati** and, therefore,typically store only numeric data.(除了数据框之外,R还提供了其他的数据结构用于存储表格状的数据。例如矩阵。矩阵是一个二维的数据结构,矩阵能存储任何的数据类型,但是大部分我们使用矩阵是用于数**算,所以我们主要还是使用它来存储数字类型的)
                                                To create a matrix, simply supply a vector of data to the matrix() function alongwith a parameter specifying the number of rows (nrow) or number of columns (ncol).For example, to create a 2 x 2 matrix storing the numbers one through four, we canuse the nrow parameter to request the data to be divided into two rows使用matrix函数来创建矩阵。参数nrows指定行数,ncol指定列数,见图1)[size=11.000000pt]

                                                                                                [size=11.000000pt]You will notice that R loaded the  rst column of the matrix  rst before loading the[size=11.000000pt]second column. This is called [size=11.000000pt]column-major order[size=11.000000pt], and is R's default method forloading matrices.(注意图中数据的排列,是先给第一列赋值,在给第二列赋值。这是R默认的赋值方式即按列的顺序赋值)
                                                As with data frames, values in matrixes can be extracted using [row, column]notation. For instance, m[1, 1] will return the value 1 and m[3, 2] will extract 6from the m matrix. Additionally, entire rows or columns can be requested和数据框类似,我们也可以通过[行号,列号]来获取矩阵中的数据,见图2)[size=11.000000pt]

                                                                                                [size=11.000000pt]Closely related to the matrix structure is the [size=11.000000pt]array[size=11.000000pt], which is a multidimensionaltable of data. Where a matrix has rows and columns of values, an array has rows,columns, and any number of additional layers of values. Although we will beoccasionally using matrixes in the upcoming chapters, the use of arrays is outsidethe scope of this book.(数组和矩阵很相像.数组是多维的,也有多行和多列,在以后的章节我们将很少的使用矩阵,数组的使用则不再本书的讨论范围)
                                
                        
               

图1

图1

图2

图2

                                
                        
               
                                
                        
               


过去事已过去了,未来不必预思量。只今只道只今句,梅子熟时栀子香
如果您认可本论坛,欢迎告诉身边的病友,让更多的朋友来到这里,你+我=手拉手!

947

主题

17万

帖子

58万

积分

博士

发表于 2017-4-13 13:22:18 | 显示全部楼层
这是数学吗?有点懵

                               
登录/注册后可看大图
牛蛙就是牛....

65

主题

1万

帖子

7万

积分

区长

发表于 2017-4-13 13:44:14 | 显示全部楼层
真的真的不懂啊

2471

主题

43万

帖子

174万

积分

超级版主

发表于 2017-4-13 13:51:18 | 显示全部楼层
就是一听矩阵感觉很熟悉的!
您需要登录后才可以回帖 登录 | 注册新成员

本版积分规则

声明:本站是白癜风患者交流平台,旨在为广大白癜风患者创造良好的交流环境,欢迎更多白癜风患者朋友们加入,本站不对任何网友评论负责!

本站所有信息仅供参考,未经许可严禁拷贝转载,否则我们将追究相关法律责任!

拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论!

白白手拉手法律顾问:河北高俊霞律师事务所 潘双喜律师

信息产业部备案号:苏ICP备20000142号-3

管理员QQ:1013342662 ;E-mail : vbbsls@126.com !

Archiver|手机版|小黑屋|白白手拉手

GMT+8, 2025-1-15 17:33

快速回复 返回顶部 返回列表