transform_into_heightmap_coords: Get Position from Lat/Long and heightmap/extent

View source: R/transform_into_heightmap_coords.R

transform_into_heightmap_coordsR Documentation

Get Position from Lat/Long and heightmap/extent

Description

Get Position from Lat/Long and heightmap/extent

Usage

transform_into_heightmap_coords(
  extent,
  heightmap,
  lat = NULL,
  long = NULL,
  altitude = NULL,
  offset = 0,
  zscale = 1,
  use_altitude = TRUE,
  filter_bounds = TRUE
)

Arguments

image

Matrix

Value

x/y/z

Examples

#Fake example

rayshader documentation built on July 9, 2023, 7:11 p.m.