Use plot result as an overlay: remove legend and background and export a tiff / png

I would like to create a plot of wind directions displayed by arrows for several points. This plot should have no legend and no background since I would like to export it as png and use it as overlay in further workflow. I have an example data fame with 10 points (lon, lat) and wind… Read More Use plot result as an overlay: remove legend and background and export a tiff / png

How To convert dataframe to raster::stack object?

I wonder if there is a way to convert a dataframe to a aster::stack object? my dataste: xy<- structure(list(X = c(-179.75, -179.75, -179.75, -179.75, -179.75, -179.75, -179.75, -179.75, -179.75, -179.75, -179.75, -179.75, -179.75, -179.75, -179.75, -179.75, -179.75, -179.75, -179.75, -179.75), Y = c(-52.25, -51.75, -51.25, -50.75, -50.25, -49.75, -49.25, -48.75, -48.25, -47.75, -47.25, -46.75, -46.25,… Read More How To convert dataframe to raster::stack object?