Displaying 5 results from an estimated 5 matches for "ggrepel".
Did you mean:
ggrep
2020 May 12
3
Graficos: como hacer que las etiquetas no estén sobrepuestas
Hola,
Estoy haciendo un PCA con el paquete ade4.
En el gráfico, las etiquetas de las especies suelen quedar
sobrepuestas unas sobre las otras y no se pueden distinguir
individualmente. ¿Hay alguna manera de generar un poco de espacio entre
ellas para poder visualizarlas todas?
gracias
Yésica
[[alternative HTML version deleted]]
2024 Oct 15
2
R Package: 'ggbreak' in Dockerfile
...selenium-firefox RUN pip3 install --no-cache-dir --upgrade rbase RUN pip3 install webdriver-manager RUN pip3 install 'rpy2>=3.5.12'
RUN pip3 install xlsxwriter
# Install additional R packages
# RUN R -e "install.packages(c('tools', 'ggplot2', 'ggbreak', 'ggrepel', 'stringr'), repos='https://urldefense.com/v3/__http://cran.us.r-project.org__;!!K-Hz7m0Vt54!j4qWJp3neZb132HVgGwaZ3mog2adnEcdl8X0OTb3wuUcviOwwus9E8QSsmCmKta8dZ-FmpzQOKC7qePXnj0ggNUwsA$ ')"
RUN R -e "install.packages('tools', repos='https://urldefense.com/v...
2024 Oct 15
2
R Package: 'ggbreak' in Dockerfile
...selenium-firefox
RUN pip3 install --no-cache-dir --upgrade rbase
RUN pip3 install webdriver-manager
RUN pip3 install 'rpy2>=3.5.12'
RUN pip3 install xlsxwriter
# Install additional R packages
# RUN R -e "install.packages(c('tools', 'ggplot2', 'ggbreak', 'ggrepel', 'stringr'), repos='http://cran.us.r-project.org')"
RUN R -e "install.packages('tools', repos='http://cran.us.r-project.org')"
RUN R -e "install.packages('ggplot2', repos='http://cran.us.r-project.org')"
# RUN R -e "...
2024 Oct 15
1
R Package: 'ggbreak' in Dockerfile
...quot;
farver "farver" "/usr/local/lib/R/site-library" "2.1.2"
generics "generics" "/usr/local/lib/R/site-library" "0.1.3"
ggplot2 "ggplot2" "/usr/local/lib/R/site-library" "3.5.1"
ggrepel "ggrepel" "/usr/local/lib/R/site-library" "0.9.6"
glue "glue" "/usr/local/lib/R/site-library" "1.8.0"
gridGraphics "gridGraphics" "/usr/local/lib/R/site-library" "0.5-1"
gtable...
2023 Oct 13
1
rnrfa package problems
...Wales - the
tibble is empty
# Define a bounding box.
bbox <- list(lonMin = -3.76, latMin = 52.43, lonMax = -3.67, latMax = 52.48)
The ggmap code following gives an error ? this may be because the bbox data
is empty but I?m not sure The needed packages are loaded:
library(ggmap)
library(ggrepel)
m <- get_map(location = as.numeric(bbox), maptype = 'terrain')
ggmap(m) + geom_point(data = someStations, aes(x = lon, y = lat),
+ col = "red", size = 3, alpha = 0.5) +
geom_text_repel(data = someStations, aes(x = lon, y = lat, label = name),...