rastro_flux: Flux

Description Usage Arguments

Description

Flux

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
new_flux(flux = double(), filter = NA_character_, unit = NA_character_)

na_flux()

## S3 method for class 'rastro_flux'
format(x, format = "{flux:%.3e}", na_string = "NA_rastro_flux_", ...)

obj_print_footer.rastro_flux(x, ...)

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

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

vec_ptype2.rastro_flux(x, y, ...)

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

## S3 method for class 'rastro_flux'
vec_ptype2.rastro_flux(x, y, ..., x_arg = "x", y_arg = "y")

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

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

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

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

is_flux(x, filter = NA_character_, unit = NA_real_)

## S3 method for class 'rastro_flux'
is.na(x)

vec_cast.rastro_flux(x, to, ..., x_arg = "x", to_arg = "to")

## Default S3 method:
vec_cast.rastro_flux(x, to, ..., x_arg = "x", to_arg = "to")

## S3 method for class 'rastro_flux'
vec_cast.rastro_flux(x, to, ..., x_arg = "x", to_arg = "to")

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

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

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

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

as_flux(x, filter = NA_character_, unit = NA_real_, ...)

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

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

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

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

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

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

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

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

vec_math.rastro_flux(.fn, .x, ...)

## S3 method for class 'rastro_flux'
vec_cast.rastro_mag(x, to, ..., x_arg = "x", to_arg = "to")

Arguments

flux, new_flux

Flux values.

filter

An optional filter.

unit

Am optional measurement units.

x, y

vec_ptype2* arguments.

format, na_string

glue flromat strings (support interpolation).

...

Additional parameters.

x_arg, y_arg, to_arg

vec_ptype2* and vec_cast* 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.