fo_cir_cir: Circle circumference

Description Usage Arguments Value Examples

View source: R/fo_circir.R

Description

Function which calculates a circumference of a circle.

Usage

1
fo_cir_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

Numeric vector

Examples

1
2
fo_cir_cir(1,1,2,2)
fo_cir_cir(123,254,234,764)

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