Displaying 1 result from an estimated 1 matches for "axsiz".
Did you mean:
xsiz
2003 Dec 02
1
Trouble with syntax
Hello,
axsize <- max(i)
allsize <- axsize * axsize
x <- array(c(1:allsize), dim=c(axsize, axsize))
x[1:allsize] <- 0
x[i] <- 1
for (c in 1:axsize)
{
ourgraph <- data.frame(edges=x,
vertices=c(1:axsize), ith=c,
components=list(1),
communities=list(1), row.names=...