vector_from_angle: Creates x y coordinate of point position given angle X

View source: R/navr-angle-calculations.R

vector_from_angleR Documentation

Creates x y coordinate of point position given angle X

Description

Creates x y coordinate of point position given angle X

Usage

vector_from_angle(angle, radius = NULL, center = NULL)

Arguments

angle

numeric angle in degrees (0-360)

radius

vector size

center

vector origin

Value

vector


hejtmy/navr documentation built on July 19, 2024, 1:01 a.m.