search for: ggrepel

Displaying 2 results from an estimated 2 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]]
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),...