search for: subcategory_type

Displaying 8 results from an estimated 8 matches for "subcategory_type".

2024 Mar 22
1
geom_edge & color
...="darkblue", "neg"="red")) + # This does not work either... # geom_node_point(aes(size = V(network)$hub_score*200, color= as.factor(V(network)$community))) + # ... so try this :) geom_node_point(aes(size = V(network)$hub_score*200, color=V(network)$Subcategory_type)) + geom_node_text(aes(label = V(network)$name), size=3, color="white", repel=T)+ scale_color_scico_d(palette = "batlow")+ scale_edge_width(range = c(0.2,4))+ scale_size(range = c(0.5,15)) + theme(plot.background = element_rect(fill = "black"),...
2024 Mar 22
1
geom_edge & color
Dear community Find enclosed the full working example. Many thanks Sibylle Test_cat.csv Names Subcategory_type sources.cyto source Factor A.A material "A" A 1 B.B material "B" B 1 C.C regulation "C" C 1 D.D regulation "D" D 1 E.E habitat "E" E 1 F.F cultural "F" F 1 Test_adjac.csv A.A B.B C.C D.D E....
2024 Mar 21
1
geom_edge & color
Dear Sibylle, your example is not working! E.g. no data for "aes_collapsed". Best, Kimmo ke, 2024-03-20 kello 19:28 +0100, SIBYLLE ST?CKLI via R-help kirjoitti: > Dear community > > I am using ggraph to plot a network analysis. See part 2 in the working > example. > Besides different colors for different groups of nodes: > --> geom_node_point(aes(size =
2024 Feb 25
1
igraph_vertex
...h_mds(.)) #error Error in intI(i, n = x at Dim[1], dn[[1]], give.dn = FALSE) : Index gr??er als maximales 6 # Test_adjac.csv A.A B.B C.C D.D E.E F.F A.A 0 0 5 5 5 5 B.B 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 # Test_cat.csv Names corresponding-NCP Category Subcategory_type sources.cyto source Factor A.A 7 hydrologic attribute "A" A 1 B.B 6, 11 hydrologic attribute "B" B 1 C.C 1, 14, 15, 16, 17, 18 AES intrinsic "C" C 0 D.D 1, 14, 15, 16, 17, 18 AES intrinsic "D" D 0 E.E 1, 14, 15, 16, 17, 18 AES intrinsic "E" E 0 F....
2024 Feb 25
1
igraph_vertex
...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 > > # Test_cat.csv > Names???corresponding- > NCP???????Category????????Subcategory_type????????sources.cyto????sou > rce??Factor > A.A?????7???????hydrologic attribute????????????"A"?????A???????1 > B.B?????6, 11???hydrologic attribute????????????"B"?????B???????1 > C.C?????1, 14, 15, 16, 17, > 18???AES?????intrinsic???????"C"?????C???????0...
2024 Feb 26
1
igraph_vertex
...?????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 > > > > # Test_cat.csv > > Names???corresponding- > > NCP???????Category????????Subcategory_type????????sources.cyto????s > > ou > > rce??Factor > > A.A?????7???????hydrologic attribute????????????"A"?????A???????1 > > B.B?????6, 11???hydrologic attribute????????????"B"?????B???????1 > > C.C?????1, 14, 15, 16, 17, > > 18???AES?????intrins...
2024 Feb 24
1
igraph_vertex
On 2/24/24 12:10, Kimmo Elo wrote: > Hi, > > first of all, your example was not reproducible! But once I added > "library(igraph)" and "library(scico)" plus generally replaced > "aes_collapsed" by "edge_list", I started to work :-) After copying your lead in that replacement the error I got was: network <-
2024 Feb 26
1
igraph_vertex
...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 > > > > # Test_cat.csv > > Names corresponding- > > NCP Category Subcategory_type sources.cyto s > > ou rce Factor A.A 7 hydrologic attribute "A" > > A 1 B.B 6, 11 hydrologic attribute "B" B > > 1 C.C 1, 14, 15, 16, 17, > > 18 AES intrinsic "C&...