fo_rad_cir: Circle radius

Description Usage Arguments Value Examples

View source: R/fo_radcir.R

Description

Function which calculates a radius of a circle.

Usage

1
fo_rad_cir(x1, y1, x2, y2)

Arguments

x1

Center point on the X axis.

y1

Center point on the Y axis.

x2

Point on the circumference on the X axis.

y2

Point on the circumference on the Y axis.

Value

Numerical vector

Examples

1
fo_rad_cir(1,1,2,2)

spacea/projekt.2019.pacocha documentation built on Jan. 18, 2021, 3:28 p.m.