od_add_lines: Add lines (curved or straight) to an odf object

Description Usage Arguments

View source: R/od_add_lines.R

Description

Add lines (curved or straight) to an odf object

Usage

1
2
3
4
5
6
7
8
9
od_add_lines(
  x,
  angle = 1/24 * pi,
  points_per_line = ifelse(angle == 0, 2, 100),
  range = c(0, 1),
  trunc = units::set_units(c(0, 0), "m"),
  min_trunc_dist = units::set_units(5000, "m"),
  overwrite.geometry = FALSE
)

Arguments

x

od object

angle

angle

points_per_line

points_per_line

range

range

trunc

trunc

min_trunc_dist

= min_trunc_dist

overwrite.geometry

overwrite.geometry


mtennekes/odf documentation built on April 4, 2021, 1:10 a.m.