crc_x: Circle accessors

View source: R/crc.R

crc_xR Documentation

Circle accessors

Description

Circle accessors

Usage

crc_x(x)

crc_y(x)

crc_center(x)

crc_r(x)

Arguments

x

A crc() vector

Value

Components of the crc() vector

Examples

x <- crc(1, 2, r = 3)
crc_x(x)
crc_y(x)
crc_r(x)
crc_center(x)


wk documentation built on Oct. 22, 2023, 9:07 a.m.