Learn R Programming

wk (version 0.9.4)

crc_x: Circle accessors

Description

Circle accessors

Usage

crc_x(x)

crc_y(x)

crc_center(x)

crc_r(x)

Value

Components of the crc() vector

Arguments

x

A crc() vector

Examples

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

Run the code above in your browser using DataLab