Learn R Programming

rayshader (version 0.35.7)

transform_into_heightmap_coords: 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
)

Value

x/y/z

Arguments

image

Matrix

Examples

Run this code
#Fake example

Run the code above in your browser using DataLab