show.selected: Highlight a given point and all points within a certain...

Description Usage Arguments Examples

View source: R/Angular-functions.R

Description

All points in the set are plotted; the specified point is highlighted in red, and all points to which angles were measured are highlighted in blue. Allows the user to assess the number of points measured by pointwise.angles.atan2 for diffrerent radii.

Usage

1
show.selected(angles, n = 1)

Arguments

angles

A matrix containing x and y coordinates in its first column, and angles to be plotted around each point in the remaining columns.

n

The index (row number) of the point to be plotted.

Examples

1
show.selected(r0.2, n = 0)

ClairBee/AS.angles documentation built on May 6, 2019, 11:50 a.m.