You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example granted in section 6.5, the stars package is used to import and plot the satellite images. Since (to my knowledge) the raster or terra packages are mostly used for raster processing in R, could you add some words considering the support of those packages and related raster formats in ggplot2?
In the example granted in section 6.5, the stars package is used to import and plot the satellite images. Since (to my knowledge) the raster or terra packages are mostly used for raster processing in R, could you add some words considering the support of those packages and related raster formats in ggplot2?
In Geocomputation with R Chapter 8.6 (https://geocompr.robinlovelace.net/adv-map.html#other-mapping-packages) it states:
"Raster objects are also not natively supported in ggplot2 and need to be converted into a data frame before plotting."
The text was updated successfully, but these errors were encountered: