Displaying 20 results from an estimated 20 matches for "clrs".
Did you mean:
clos
2011 Apr 13
3
latex, eps graphics and transparent colors
...e <-function (radius = 1, segments=61) {
angles <- (0:segments)*2*pi/segments
radius * cbind( cos(angles), sin(angles))
}
plot(1:5, 1:5, type='n', xlim=c(-1,5), ylim=c(-1,5), xlab='', ylab='',
asp=1, xaxt="n", yaxt="n")
#clrs <- trans.colors("lightblue", alpha=c(.2, .4, .6)) ## from heplots
package
clrs <- c("#ADD8E633", "#ADD8E666", "#ADD8E699")
c1 <- circle(3)
polygon( c1, col=clrs[1], border="lightblue")
polygon(.67*c1, col=clrs[2], border="lightbl...
2024 Feb 24
2
igraph_vertex
Dear R-community
It would be nice to get some input how to find a solution for the following
error in igraph and vertex setting.
Thank you very much
Sibylle
> par(bg="black")
> network %>% plot(
+ vertex.color=clrs[V(.)$community],
+ vertex.size=V(.)$hub_score*1,
+ vertex.frame.color=V(.)$color,
+ vertex.label.color="white",
+ vertex.label.cex=0.5,
+ vertex.label.family="Helvetica",
+ vertex.label.font=1,
+ edge.curved=0.5,
+ edge.width= network...
2024 Feb 24
1
igraph_vertex
...d be nice to get some input how to find a solution for the
> following
> error in igraph and vertex setting.
>
> ?
>
> Thank you very much
>
> Sibylle
>
> ?
>
> > par(bg="black")
>
> > network %>% plot(
>
> +???? vertex.color=clrs[V(.)$community],
>
> +???? vertex.size=V(.)$hub_score*1,
>
> +???? vertex.frame.color=V(.)$color,
>
> +???? vertex.label.color="white",
>
> +???? vertex.label.cex=0.5,
>
> +???? vertex.label.family="Helvetica",
>
> +???? vertex.labe...
2024 Feb 24
1
igraph_vertex
...nity
>
>
>
> It would be nice to get some input how to find a solution for the following
> error in igraph and vertex setting.
>
>
>
> Thank you very much
>
> Sibylle
>
>> par(bg="black")
>> network %>% plot(
> + vertex.color=clrs[V(.)$community],
>
> + vertex.size=V(.)$hub_score*1,
>
> + vertex.frame.color=V(.)$color,
>
> + vertex.label.color="white",
>
> + vertex.label.cex=0.5,
>
> + vertex.label.family="Helvetica",
>
> + vertex.label.font=1,
&...
2024 Feb 25
1
igraph_vertex
...4 0 1 1 1 1
C.C 5 5 0 5 4 2
D.D 5 0 5 0 5 3
E.E 5 1 5 5 0 4
F.F 1 2 3 4 5 5",?
sep="\t", row.names = 1)
--- snip ---
This would save us from unnecessary copy-pasting :-)
However, the error is still the same I mentioned in my first reply,
i.e.:
network %>% plot(
vertex.color=clrs[V(.)$community],
vertex.size=V(.)$hub_score*5,
vertex.frame.color=V(.)$color,
vertex.label.color="white",
vertex.label.cex=0.5,
vertex.label.family="Helvetica",
vertex.label.font=1,
edge.curved=0.5,
HERE --> edge.width= network, <-- HER...
2024 Feb 24
1
igraph_vertex
...a solution for the
>> following
>> error in igraph and vertex setting.
>>
>>
>>
>> Thank you very much
>>
>> Sibylle
>>
>>
>>
>>> par(bg="black")
>>> network %>% plot(
>> +???? vertex.color=clrs[V(.)$community],
>>
>> +???? vertex.size=V(.)$hub_score*1,
>>
>> +???? vertex.frame.color=V(.)$color,
>>
>> +???? vertex.label.color="white",
>>
>> +???? vertex.label.cex=0.5,
>>
>> +???? vertex.label.family="Helvetica"...
2024 Feb 25
1
igraph_vertex
...uot;hub_score", value = c(hub_score(.)$vector)) %>%
set_vertex_attr(name = "color",
value = c(viridis::viridis((5)))
[match(V(.)$name, c(factor(V(.)$name)))]) %>%
set_vertex_attr(name= "community", value=cluster_optimal(.)$membership)
clrs<-scico(3, palette = "batlow")
par(bg="black")
network %>% plot(
vertex.color=clrs[V(.)$community],
vertex.size=V(.)$hub_score*5,
vertex.frame.color=V(.)$color,
vertex.label.color="white",
vertex.label.cex=0.5,
vertex.label.fami...
2024 Feb 26
1
igraph_vertex
...3???????4???????5???????5",?
> sep="\t", row.names = 1)
> --- snip ---
>
> This would save us from unnecessary copy-pasting :-)
>
> However, the error is still the same I mentioned in my first reply,
> i.e.:
>
> network %>% plot(
> ??? vertex.color=clrs[V(.)$community],
> ??? vertex.size=V(.)$hub_score*5,
> ??? vertex.frame.color=V(.)$color,
> ??? vertex.label.color="white",
> ??? vertex.label.cex=0.5,
> ??? vertex.label.family="Helvetica",
> ??? vertex.label.font=1,
> ??? edge.curved=0.5,
> HERE --...
2024 Mar 22
1
geom_edge & color
...quot;, value = c(hub_score(.)$vector)) %>%
set_vertex_attr(name = "color",
value = c(viridis::viridis((21)))
[match(V(.)$name, c(factor(V(.)$name)))]) %>%
set_vertex_attr(name= "community", value=cluster_optimal(.)$Subcategory_type)
clrs<-scico(3, palette = "batlow")
windowsFonts(Helvetica = windowsFont("Helvetica"))
par(bg="black")
network %>% plot(
vertex.color=clrs[V(.)$community],
vertex.size=V(.)$hub_score*20,
vertex.frame.color=V(.)$color,
vertex.label.c...
2024 Mar 21
1
geom_edge & color
...lue = c(hub_score(.)$vector)) %>%
> ? set_vertex_attr(name = "color",
> ????????????? value = c(viridis::viridis((5)))
> ????????????? [match(V(.)$name, c(factor(V(.)$name)))]) %>%
> ? set_vertex_attr(name= "community", value=cluster_optimal(.)$membership)
> clrs<-scico(3, palette = "batlow")
>
> ### part 1: network plot
> par(bg="black")
> network %>% plot(
> ???? vertex.color=clrs[V(.)$community],
> ???? vertex.size=V(.)$hub_score*5,
> ???? vertex.frame.color=V(.)$color,
> ???? vertex.label.color="wh...
2024 Mar 22
1
geom_edge & color
...rtex_attr(name = "color",
>
> ????????????? value = c(viridis::viridis((21)))
>
> ????????????? [match(V(.)$name, c(factor(V(.)$name)))]) %>%
>
> ? set_vertex_attr(name= "community",
> value=cluster_optimal(.)$Subcategory_type)
>
> ?
>
> clrs<-scico(3, palette = "batlow")
>
> ?
>
> windowsFonts(Helvetica = windowsFont("Helvetica"))
>
> ?
>
> par(bg="black")
>
> network %>% plot(
>
> ???? vertex.color=clrs[V(.)$community],
>
> ???? vertex.size=V(.)$hub...
2024 Mar 20
1
geom_edge & color
..."hub_score", value = c(hub_score(.)$vector)) %>%
set_vertex_attr(name = "color",
value = c(viridis::viridis((5)))
[match(V(.)$name, c(factor(V(.)$name)))]) %>%
set_vertex_attr(name= "community", value=cluster_optimal(.)$membership)
clrs<-scico(3, palette = "batlow")
### part 1: network plot
par(bg="black")
network %>% plot(
vertex.color=clrs[V(.)$community],
vertex.size=V(.)$hub_score*5,
vertex.frame.color=V(.)$color,
vertex.label.color="white",
vertex.label.cex=0.5,...
2012 Sep 14
1
swap hist() colours
Hi,
i created a set of graphs and want to find out how to swap the bar colours
(from white to black) and set it to be default for all graph that i will
produce (f.e. for different number of columns). some sugggestions?
thanks in advance.
here is an example:
##############################
a <-read.table("http://www.scandinavia.sk/data/R/kotlina1.csv", sep=";",
header=T)
2024 Feb 26
1
igraph_vertex
...3 4 5
> 5", sep="\t", row.names = 1)
> --- snip ---
>
> This would save us from unnecessary copy-pasting :-)
>
> However, the error is still the same I mentioned in my first reply,
> i.e.:
>
> network %>% plot(
> vertex.color=clrs[V(.)$community],
> vertex.size=V(.)$hub_score*5,
> vertex.frame.color=V(.)$color,
> vertex.label.color="white",
> vertex.label.cex=0.5,
> vertex.label.family="Helvetica",
> vertex.label.font=1,
> edge.curved=0.5,
> HERE -->...
2014 Dec 16
3
[LLVMdev] Lowering switch statements with PGO
> On Mon, Dec 15, 2014 at 2:26 PM, Chad Rosier <mcrosier at codeaurora.org>
> wrote:
>>
>> > On Mon, Dec 15, 2014 at 9:57 AM, Chad Rosier <mcrosier at codeaurora.org>
>> > wrote:
>> >> All,
>> >> About two months ago I posted a patch that hoisted the hottest case
>> >> statement from a switch statement during
2000 Jun 05
1
forcing graphs to all black ink
Is there an easy way, for MCLUST in particular, to force its graphical
output to all black and not use colors to show the clusters/groups?
It shows the groups quite nicely by using triangles, crosses, etc.
Unfortunately, my printer doesn't convert reds and yellows too nicely
and the result is a indistinct figure on the page. (Yes, I have access
to
a color printer but my intended publication
2014 Dec 23
2
[LLVMdev] Lowering switch statements with PGO
...-black, AVL, treap, etc.), which I
> will go ahead and volunteer to do (I've actually spent more time than I
> care to admit investigating balanced binary trees and their implementation).
>
> For a textbook reference on maintaining extra data in a tree, see e.g.
> section 14.2 of CLRS.
>
> -- Sean Silva
>
>
>>
>> > -- Sean Silva
>> >
>> >
>> >> Lowering the binary tree based on branch probabilities
>> >> doesn't fit well with this approach. However, I think we could start
>> by
>> >> bu...
2004 Aug 06
1
status report on the Windows CE (PocketPC) ACM codec
>
> It was essentially my own mistake. After the Embedded C++ IDE crashed
unexpectedly,
> the .lib file was no longer present in the project settings (the project
had not been saved)
> so all the errors I got were caused by a missing .lib reference in the
link stage!
> I had to change my cross compiler target to "arm-wince-pe" because
otherwise the
> object/.lib files
2009 Feb 17
4
[LLVMdev] Parametric polymorphism
I'm a newcomer to llvm, but what you've done so far is very impressive.
Llvm is a godsend to anybody who is attempting to implement their own
their own language. :-) My company is considering using llvm as the
backend for a small matlab-like language for scientific computation; our
other option is MSIL.
After reading through the documentation, I noticed that llvm seems to
have one major
2014 Dec 05
9
[LLVMdev] Future plans for GC in LLVM
Now that the statepoint changes have landed, I wanted to start a
discussion about what's next for GC support in LLVM. I'm going to
sketch out a strawman proposal, but I'm not set on any of this. I
mostly just want to draw interested parties out of the woodwork. :)
Overall Direction:
In the short term, my intent is to preserve the functionality of the
existing code, but migrate