as_angle(x, unit = getOption("affiner_angular_unit", "degrees"), ...)# S3 method for angle
as_angle(x, unit = getOption("affiner_angular_unit", "degrees"), ...)
# S3 method for character
as_angle(x, unit = getOption("affiner_angular_unit", "degrees"), ...)
# S3 method for complex
as_angle(x, unit = getOption("affiner_angular_unit", "degrees"), ...)
# S3 method for Coord2D
as_angle(x, unit = getOption("affiner_angular_unit", "degrees"), ...)
# S3 method for Coord3D
as_angle(
x,
unit = getOption("affiner_angular_unit", "degrees"),
type = c("azimuth", "inclination"),
...
)
# S3 method for Line2D
as_angle(x, unit = getOption("affiner_angular_unit", "degrees"), ...)
# S3 method for Plane3D
as_angle(
x,
unit = getOption("affiner_angular_unit", "degrees"),
type = c("azimuth", "inclination"),
...
)
# S3 method for numeric
as_angle(x, unit = getOption("affiner_angular_unit", "degrees"), ...)