Learn R Programming

PlaneGeometry (version 1.1.0)

CircleOA: Circle given by its center and a point

Description

Return the circle given by its center and a point it passes through.

Usage

CircleOA(O, A)

Arguments

O

the center of the circle

A

a point of the circle

Value

A Circle object.