isolates(sna)
isolates()所属R语言包:sna
List the Isolates in a Graph or Graph Stack
在一个图形或图形堆栈中列出分离
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns a list of the isolates in the graph or graph set given by dat.
设置的给定dat返回一个列表,图形或图表中的菌株。
用法----------Usage----------
isolates(dat, diag=FALSE)
参数----------Arguments----------
参数:dat
one or more input graphs.
一个或多个输入图表。
参数:diag
boolean indicating whether adjacency matrix diagonals (i.e., loops) contain meaningful data.
布尔值,指示是否邻接矩阵的对角化(即循环)包含有意义的数据。
值----------Value----------
A vector containing the isolates, or a list of vectors if more than one graph was specified
一个向量,包含隔离,或向量的列表,如果指定了一个以上的图
(作者)----------Author(s)----------
Carter T. Butts <a href="mailto:buttsc@uci.edu">buttsc@uci.edu</a>
参考文献----------References----------
参见----------See Also----------
is.isolate, add.isolates
is.isolate,add.isolates
实例----------Examples----------
#Generate a test graph[生成测试图]
g<-rgraph(20)
g[,4]<-0 #Create an isolate[创建一个隔离]
g[4,]<-0
#List the isolates[列出的菌株]
isolates(g)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|