Displaying 2 results from an estimated 2 matches for "vcolor".
Did you mean:
color
2009 Dec 07
1
igraph plot - vertex colors
Hi everyone,
I have successfully created and analyzed my network data. I am new to R, and Network Analysis too, but I want to color my vertex based on some of the centrality measures calculated.
Can someone point me in the right direction? Again, I am new to R, but given how powerful R appears to be, I figure this is probably pretty easy to do, I just wish I could figure it out.
Many thanks
2012 Jun 04
1
X11 font error on headless server running Xvfb
...-*-*-%d-*-*-*-*-*-*-*"
$Arial
[1] "-monotype-arial-%s-%s-*-*-%d-*-*-*-*-*-*-*"
$Mincho
[1] "-*-mincho-%s-%s-*-*-%d-*-*-*-*-*-*-*"
>
> png(file="/tmp/tmpzT4H0e.png",width = 800, height = 800)
> tmPlot(myDF,index=c(vars[1],vars[2]),
+ vSize=vars[4],
+ vColor=vars[3],
+ type="value")
Error in grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 9 could not be loaded
Calls: tmPlot ... <Anonymous> -> widthDetails -> widthDetails.text -> grid.Call
I...