find_smallest_enclosing_circle: Find smalles enclosing circle.

Description Usage Arguments Value

View source: R/trigonometry.R

Description

Algorithm by Sven Skyum, from http://dx.doi.org/10.7146/dpb.v19i314.6704.

Usage

1

Arguments

S

A matrix or data.frame of point coordinates with the first column being x and the second being y.

Value

A vector of lenght three, center x and y, and radius.


Ax3man/trackr documentation built on Oct. 8, 2019, 10:53 p.m.