Learn R Programming

rayshader (version 0.37.3)

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
)

Arguments

Value

x/y/z

Examples

Run this code
#Fake example

Run the code above in your browser using DataLab