Rasyid Ridha
2018-08-11 06:49:30 UTC
Hi,
I have an sf data frame with size only 15.6 MB (memory size is ~28MB)
downloaded from GADM
(https://biogeo.ucdavis.edu/data/gadm3.6/Rsf/gadm36_IDN_1_sf.rds).
I try to visualize the map using this code below:
id <- read_rds("data/gadm36_IDN_1_sf.rds")
ggplot() +
geom_sf(data = id)
I do not why this could happen but it took a year to visualize the plot. Is
it normal or not? It also happened when I use geom_rect
--
--
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: https://github.com/hadley/devtools/wiki/Reproducibility
To post: email ***@googlegroups.com
To unsubscribe: email ggplot2+***@googlegroups.com
More options: http://groups.google.com/group/ggplot2
---
You received this message because you are subscribed to the Google Groups "ggplot2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ggplot2+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I have an sf data frame with size only 15.6 MB (memory size is ~28MB)
downloaded from GADM
(https://biogeo.ucdavis.edu/data/gadm3.6/Rsf/gadm36_IDN_1_sf.rds).
I try to visualize the map using this code below:
id <- read_rds("data/gadm36_IDN_1_sf.rds")
ggplot() +
geom_sf(data = id)
I do not why this could happen but it took a year to visualize the plot. Is
it normal or not? It also happened when I use geom_rect
--
--
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: https://github.com/hadley/devtools/wiki/Reproducibility
To post: email ***@googlegroups.com
To unsubscribe: email ggplot2+***@googlegroups.com
More options: http://groups.google.com/group/ggplot2
---
You received this message because you are subscribed to the Google Groups "ggplot2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ggplot2+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.