Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Plot Graph By Adjacency Matrix
library(igraph) E1 <- matrix(c(0,12,4,0,0, 12,0,6,2,8, 4,6,0,2,0, 0,2,2,0,12, 0,8,0,12,0), nrow=5, ncol=5) ge1=graph.adjacency(adjmatrix=E1,mode="undirected",weighted=TRUE,diag=FALSE) plot(ge1,edge.label=round(E(ge1)$weight,3))
run
|
edit
|
history
|
help
0
Sample R program of all basic functions
Not able to install packages
Ex11-03-21EdsonAmanda
Análise de Variâncias DIC e teste de Tukey 1
Regra-trapezio
Correlation
Teste
%95 confidence interval
Grade.r
Inter-11-03-21