R/plotRasterIsometric.R

Defines functions plotRasterIsometric

# Isometric and flat simple raster image creator from basic data
# Simon Dedman, simondedman:gmail.com, 2023-10-12

plotRasterIsometric <- function(
  
) {
  # copy PlotTracksByID until creation of
  
  # sf_locs
  
  # terra: create raster from sf_locs
  # based on nSquares
  
  # plot raster basic
  
  # plot raster isometric
  
  # save
}

Try the movegroup package in your browser

Any scripts or data that you put into this service are public.

movegroup documentation built on May 29, 2024, 3:36 a.m.