rastro_degr: Degree

Description Usage Arguments

Description

Degree

Usage

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
new_degr(deg = double())

na_degr()

## S3 method for class 'rastro_degr'
format(x, format = "{deg:%.4g}°", na_string = "NA_rastro_degr_", ...)

## S3 method for class 'rastro_degr'
vec_ptype_abbr(x, ...)

## S3 method for class 'rastro_degr'
vec_ptype_full(x, ...)

vec_ptype2.rastro_degr(x, y, ...)

## Default S3 method:
vec_ptype2.rastro_degr(x, y, ..., x_arg = "x", y_arg = "y")

## S3 method for class 'rastro_degr'
vec_ptype2.rastro_degr(x, y, ...)

## S3 method for class 'double'
vec_ptype2.rastro_degr(x, y, ...)

## S3 method for class 'integer'
vec_ptype2.rastro_degr(x, y, ...)

## S3 method for class 'rastro_degr'
vec_ptype2.integer(x, y, ...)

## S3 method for class 'rastro_degr'
vec_ptype2.double(x, y, ...)

## S3 method for class 'rastro_degr'
vec_ptype2.rastro_dec(x, y, ...)

## S3 method for class 'rastro_degr'
vec_ptype2.rastro_ra(x, y, ...)

## S3 method for class 'rastro_dec'
vec_ptype2.rastro_degr(x, y, ...)

## S3 method for class 'rastro_ra'
vec_ptype2.rastro_degr(x, y, ...)

## S3 method for class 'rastro_ra'
vec_ptype2.rastro_dec(x, y, ...)

## S3 method for class 'rastro_dec'
vec_ptype2.rastro_ra(x, y, ...)

is_degr(x)

vec_cast.rastro_degr(x, to, ...)

## Default S3 method:
vec_cast.rastro_degr(x, to, ...)

## S3 method for class 'rastro_degr'
vec_cast.rastro_degr(x, to, ...)

## S3 method for class 'double'
vec_cast.rastro_degr(x, to, ...)

## S3 method for class 'integer'
vec_cast.rastro_degr(x, to, ...)

## S3 method for class 'rastro_dec'
vec_cast.rastro_degr(x, to, ...)

## S3 method for class 'rastro_ra'
vec_cast.rastro_degr(x, to, ...)

## S3 method for class 'rastro_degr'
vec_cast.double(x, to, ...)

## S3 method for class 'rastro_degr'
vec_cast.integer(x, to, ...)

## S3 method for class 'rastro_degr'
vec_cast.rastro_dec(x, to, ...)

## S3 method for class 'rastro_degr'
vec_cast.rastro_ra(x, to, ...)

as_degr(x)

`%==%.rastro_degr`(x, y)

## Default S3 method:
x %==%.rastro_degr y

vec_arith.rastro_degr(op, x, y, ...)

## Default S3 method:
vec_arith.rastro_degr(op, x, y, ...)

## S3 method for class 'MISSING'
vec_arith.rastro_degr(op, x, y, ...)

## S3 method for class 'numeric'
vec_arith.rastro_degr(op, x, y, ...)

## S3 method for class 'rastro_degr'
vec_arith.numeric(op, x, y, ...)

## S3 method for class 'rastro_degr'
vec_arith.rastro_degr(op, x, y, ...)

vec_math.rastro_degr(.fn, .x, ...)

Arguments

deg

Degrees to store.

x, y

vec_ptype2* arguments.

format, na_string

glue flromat strings (support interpolation).

...

Additional parameters.

x_arg, y_arg

vec_ptype2* error message variable names.

to

vec_cast argument.

op, .fn

Arithmetic functions/operators.

.x

vec_arith* argument.


Ilia-Kosenkov/rastro documentation built on May 12, 2020, 12:56 a.m.