Displaying 5 results from an estimated 5 matches for "nattrs".
Did you mean:
attrs
2006 Jul 06
1
Rgraphviz: How to control the colours of edges in a graph
...length=length(V))
names(edL) <- V
for (i in 1:length(Eidx)){
tmp <- Eidx[[i]]
print(tmp)
edL[[tmp[1]]]$edges <- c(edL[[tmp[1]]]$edges, tmp[2])
edL[[tmp[2]]]$edges <- c(edL[[tmp[2]]]$edges, tmp[1])
}
G <- new("graphNEL", nodes=V, edgeL=edL)
nAttrs <- list()
nAttrs$fillcolor <- c("red","red","blue","blue")
names(nAttrs$fillcolor) <- V
plot(G, "neato",nodeAttrs=nAttrs)
2006 Jul 06
1
Rgraphviz: Setting the edge width
...length=length(V))
names(edL) <- V
for (i in 1:length(Eidx)){
tmp <- Eidx[[i]]
print(tmp)
edL[[tmp[1]]]$edges <- c(edL[[tmp[1]]]$edges, tmp[2])
edL[[tmp[2]]]$edges <- c(edL[[tmp[2]]]$edges, tmp[1])
}
G <- new("graphNEL", nodes=V, edgeL=edL)
nAttrs <- list()
nAttrs$fillcolor <- c("red","red","blue","blue")
names(nAttrs$fillcolor) <- V
eAttrs <- list(color = c("A~B" = "green", "B~C" = "green", "C~D" = "yellow",
"...
2012 Jul 13
1
LiblineaR: read/write model files?
How do I read/write liblinear models to files?
E.g., if I train a model using the command line interface, I might want
to load it into R to look the histogram of the weights.
Or I might want to train a model in R and then apply it using a command
line interface.
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000
http://www.childpsy.net/
2006 Aug 31
1
problem with postscript output of R-devel on Windows
...uot; "1.11.29"
fileName<-paste(experiment, contrast, "FDR", FDR, "Graph", "ps", sep=".")
postscript(file=fileName, paper="special",width=width, height=height) #set up graphics device
plot(result.gN, layout.param, nodeAttrs = nAttrs, edgeAttrs = eAttrs,
main=paste(paste("Experiment:", experiment, "; Contrast:", contrast,"; FDR:", FDR, sep=""), paste("Min. connections ==", min.edges, "Min. citations per connection ==", min.cites, "Additional search crite...
2005 Nov 18
1
OSerror [err no 5] while booting
....py", line 259, in main
create.main(args)
File "/usr/lib/python/xen/xm/create.py", line 550, in main
console_client.connect(''localhost'', console)
File "/usr/lib/python/xen/util/console_client.py", line 77, in connect
tcsetattr(0, TCSAFLUSH, nattrs)
termios.error: (5, ''Input/output error'')
Traceback (most recent call last):
File "/usr/sbin/xm", line 9, in ?
main.main(sys.argv)
File "/usr/lib/python/xen/xm/main.py", line 808, in main
xm.main(args)
File "/usr/lib/python/xen/xm/main.py&quo...