search for: viridis

Displaying 20 results from an estimated 34 matches for "viridis".

Did you mean: viridia
2020 Apr 29
2
problem with `viridis` on Ubuntu 20.04
...n Ubuntu 20.04. The issue occurred both with the R version that shipped with Ubuntu last week, and it is occurring now with the CRAN packages from one of the mirros (deb http://cran.mirror.garr.it/mirrors/CRAN/bin/linux/ubuntu/ focal-cran40/). The issue occurs whether I use the deb package for viridis in the Ubuntu repos, or I install it with `install.packages()` in R. The issue is that when I call a function from the 'viridis' package (e.g. running the first example in the `viridis` vignette: https://cran.r-project.org/web/packages/viridis/vignettes/intro-to-viridis.html) R gets stu...
2020 Apr 29
0
problem with `viridis` on Ubuntu 20.04
...0.04. The issue occurred both with the R | version that shipped with Ubuntu last week, and it is occurring now with | the CRAN packages from one of the mirros (deb | http://cran.mirror.garr.it/mirrors/CRAN/bin/linux/ubuntu/ | focal-cran40/). The issue occurs whether I use the deb package for | viridis in the Ubuntu repos, or I install it with `install.packages()` in R. | | The issue is that when I call a function from the 'viridis' package | (e.g. running the first example in the `viridis` vignette: | https://cran.r-project.org/web/packages/viridis/vignettes/intro-to-viridis.html) |...
2020 Apr 30
2
problem with `viridis` on Ubuntu 20.04
...rred both with the R > | version that shipped with Ubuntu last week, and it is occurring now with > | the CRAN packages from one of the mirros (deb > | http://cran.mirror.garr.it/mirrors/CRAN/bin/linux/ubuntu/ > | focal-cran40/). The issue occurs whether I use the deb package for > | viridis in the Ubuntu repos, or I install it with `install.packages()` in R. > | > | The issue is that when I call a function from the 'viridis' package > | (e.g. running the first example in the `viridis` vignette: > | https://cran.r-project.org/web/packages/viridis/vignettes/intro-to-...
2024 Feb 24
2
igraph_vertex
...", value = factor(aes_collapsed$Names, ordered = is.ordered(V(network)$name))) %>% set_edge_attr(name = "membership", value = aes_collapsed$membership) %>% set_edge_attr(name = "color", value = c(viridis::viridis(5)) [match(E(.)$type, c(factor(V(.)$name)))]) %>% set_vertex_attr(name = "trans_v_net", value = c(transitivity(., type = "local"))) %>% set_vertex_attr(name = "hub_score", value = c(hub_score(.)$vector)) %>% set_vertex_attr(nam...
2020 Apr 30
0
problem with `viridis` on Ubuntu 20.04
On 30 April 2020 at 03:05, Samuele Carcagno wrote: | Il 30/04/20 01:39, Dirk Eddelbuettel ha scritto: | > Keep. It. Simple. And. Concise. | > | > And reproducible. | | I've attached a script that triggers the bug on my system. It's just two | lines, one to load `viridisLite`, and one to call the `viridis` | function. I've also attached the output of `sessionInfo`. | | To sum up all the additional info in my previous e-mail: the bug occurs | on Ubuntu 20.04 with R 4.0.0, but does not occur on Debian, Windows, or | Mac using the same version of R (R 4.0.0),...
2023 May 31
1
scale_colour_viridis en ggplot2
De acuerdo a Bard; ? scale_colour_viridis_d: Esta función utiliza la paleta de colores "viridis" en una escala continua, donde los colores varían de forma suave y continua. Es adecuada para representar datos en los que se desea resaltar las variaciones sutiles en los valores de la variable. ? scale_colour_viridis_c: Esta fun...
2024 Feb 24
1
igraph_vertex
...> > ordered = > is.ordered(V(network)$name))) %>% > > set_edge_attr(name = "membership", value = aes_collapsed$membership) %>% > > set_edge_attr(name = "color", > > value = c(viridis::viridis(5)) > > [match(E(.)$type, c(factor(V(.)$name)))]) %>% > > set_vertex_attr(name = "trans_v_net", value = c(transitivity(., type = > "local"))) %>% > > set_vertex_attr(name = "hub_score", value = c(hub_score(.)$vec...
2024 Mar 22
1
geom_edge & color
...", value = factor(aes_collapsed$Names, ordered = is.ordered(V(network)$name))) %>% set_edge_attr(name = "membership", value = aes_collapsed$membership) %>% set_edge_attr(name = "color", value = c(viridis::viridis(21)) [match(E(.)$type, c(factor(V(.)$name)))]) %>% set_vertex_attr(name = "trans_v_net", value = c(transitivity(., type = "local"))) %>% set_vertex_attr(name = "hub_score", value = c(hub_score(.)$vector)) %>% set_vertex_attr(na...
2024 Mar 21
1
geom_edge & color
...es_collapsed$Names, > ???????????????????????????????????????????????? ordered = > is.ordered(V(network)$name))) %>% > ? set_edge_attr(name = "membership", value = aes_collapsed$membership) > %>% > ? set_edge_attr(name = "color", > ????????????? value = c(viridis::viridis(5)) > ????????????? [match(E(.)$type, c(factor(V(.)$name)))]) %>% > ? set_vertex_attr(name = "trans_v_net", value = c(transitivity(., type = > "local"))) %>% > ? set_vertex_attr(name = "hub_score", value = c(hub_score(.)$vector)) %>% >...
2020 Apr 30
4
problem with `viridis` on Ubuntu 20.04
...0 at 03:05, Samuele Carcagno wrote: > | Il 30/04/20 01:39, Dirk Eddelbuettel ha scritto: > | > Keep. It. Simple. And. Concise. > | > > | > And reproducible. > | > | I've attached a script that triggers the bug on my system. It's just two > | lines, one to load `viridisLite`, and one to call the `viridis` > | function. I've also attached the output of `sessionInfo`. > | > | To sum up all the additional info in my previous e-mail: the bug occurs > | on Ubuntu 20.04 with R 4.0.0, but does not occur on Debian, Windows, or > | Mac using the same ver...
2024 Feb 24
1
igraph_vertex
...??????????????????????? ordered = >> is.ordered(V(network)$name))) %>% >> >> ? set_edge_attr(name = "membership", value = >> aes_collapsed$membership) %>% >> >> ? set_edge_attr(name = "color", >> >> ????????????? value = c(viridis::viridis(5)) >> >> ????????????? [match(E(.)$type, c(factor(V(.)$name)))]) %>% >> >> ? set_vertex_attr(name = "trans_v_net", value = c(transitivity(., >> type = >> "local"))) %>% >> >> ? set_vertex_attr(name = "hub_sc...
2020 Apr 30
0
problem with `viridis` on Ubuntu 20.04
On 30 April 2020 at 16:40, Samuele Carcagno wrote: | after some further investigation I found out that the issue was related | to some calls to the `solve` function in `make.rgb`, and indeed running | `example(solve)` would hang my R session. After I changed the default | BLAS with: | | sudo update-alternatives --config libblas.so.3-x86_64-linux-gnu | | the problem disappeared. The BLAS
2024 Feb 25
1
igraph_vertex
...type", value = factor(aes_collapsed$Names, ordered = is.ordered(V(network)$name))) %>% set_edge_attr(name = "membership", value = aes_collapsed$membership) %>% set_edge_attr(name = "color", value = c(viridis::viridis(5)) [match(E(.)$type, c(factor(V(.)$name)))]) %>% set_vertex_attr(name = "trans_v_net", value = c(transitivity(., type = "local"))) %>% set_vertex_attr(name = "hub_score", value = c(hub_score(.)$vector)) %>% set_vertex_attr(name =...
2024 Mar 22
1
geom_edge & color
...> ???????????????????????????????????????????????? ordered = > is.ordered(V(network)$name))) %>% > > ? set_edge_attr(name = "membership", value = aes_collapsed$membership) > %>% > > ? set_edge_attr(name = "color", > > ????????????? value = c(viridis::viridis(21)) > > ????????????? [match(E(.)$type, c(factor(V(.)$name)))]) %>% > > ? set_vertex_attr(name = "trans_v_net", value = c(transitivity(., type = > "local"))) %>% > > ? set_vertex_attr(name = "hub_score", value = c(hub_score(.)$ve...
2024 Feb 24
1
igraph_vertex
...> ???????????????????????????????????????????????? ordered = > is.ordered(V(network)$name))) %>% > > ? set_edge_attr(name = "membership", value = > aes_collapsed$membership) %>% > > ? set_edge_attr(name = "color", > > ????????????? value = c(viridis::viridis(5)) > > ????????????? [match(E(.)$type, c(factor(V(.)$name)))]) %>% > > ? set_vertex_attr(name = "trans_v_net", value = c(transitivity(., > type = > "local"))) %>% > > ? set_vertex_attr(name = "hub_score", value = c(hub_score(....
2024 Mar 20
1
geom_edge & color
...t;type", value = factor(aes_collapsed$Names, ordered = is.ordered(V(network)$name))) %>% set_edge_attr(name = "membership", value = aes_collapsed$membership) %>% set_edge_attr(name = "color", value = c(viridis::viridis(5)) [match(E(.)$type, c(factor(V(.)$name)))]) %>% set_vertex_attr(name = "trans_v_net", value = c(transitivity(., type = "local"))) %>% set_vertex_attr(name = "hub_score", value = c(hub_score(.)$vector)) %>% set_vertex_attr(name =...
2023 May 31
2
scale_colour_viridis en ggplot2
Hola a todos: Alguién me podría explicar cuales son las diferencias entre las diferentes escalas de viridis en ggplot2, es decir en qué se diferencian scale-colour_viridis_d de scale_colour_viridis_c, scale_colour_viridis_b. Y cual es la diferencia entre scale-fiil-viridis_d de scale-fill_viridis_c y de scale_fill_viridis-b. He estado buscando la diferencia en internet y no he encontrado nada al respecto...
2024 Feb 25
1
igraph_vertex
..._collapsed$Names, > ???????????????????????????????????????????????? ordered = > is.ordered(V(network)$name))) %>% > ? set_edge_attr(name = "membership", value = > aes_collapsed$membership) %>% > ? set_edge_attr(name = "color", > ????????????? value = c(viridis::viridis(5)) > ????????????? [match(E(.)$type, c(factor(V(.)$name)))]) %>% > ? set_vertex_attr(name = "trans_v_net", value = c(transitivity(., > type = "local"))) %>% > ? set_vertex_attr(name = "hub_score", value = c(hub_score(.)$vector)) > %>%...
2017 Jun 21
2
Missing dependencies in pkg installs
...> install.packages("Hmisc") Installing package into '/usr/lib64/R/library' (as 'lib' is unspecified) also installing the dependencies 'stringi', 'evaluate', 'reshape2', 'stringr', knitr', 'ggplot2', 'htmlTable', 'viridis' trying URL 'https://cloud.r-project.org/src/contrib/stringi_1.1.5.tar.gz' Content type 'application/x-gzip' length 3645872 bytes (3.5 MB) ================================================== downloaded 3.5 MB trying URL 'https://cloud.r-project.org/src/contrib/evaluate_0.10...
2024 Feb 26
1
igraph_vertex
...??????????????????????????????????????????????? ordered = > > is.ordered(V(network)$name))) %>% > > ? set_edge_attr(name = "membership", value = > > aes_collapsed$membership) %>% > > ? set_edge_attr(name = "color", > > ????????????? value = c(viridis::viridis(5)) > > ????????????? [match(E(.)$type, c(factor(V(.)$name)))]) %>% > > ? set_vertex_attr(name = "trans_v_net", value = c(transitivity(., > > type = "local"))) %>% > > ? set_vertex_attr(name = "hub_score", value = > > c(hub_...