Nothing
Code
flux_flag_count(slopes30lin_flag)
Output
# A tibble: 10 x 3
f_quality_flag n ratio
<fct> <int> <dbl>
1 ok 5 0.833
2 zero 1 0.167
3 discard 0 0
4 force_discard 0 0
5 start_error 0 0
6 no_data 0 0
7 force_ok 0 0
8 force_zero 0 0
9 force_lm 0 0
10 no_slope 0 0
Code
flux_flag_count(fluxes)
Output
# A tibble: 10 x 3
f_quality_flag n ratio
<fct> <int> <dbl>
1 ok 5 0.833
2 zero 1 0.167
3 discard 0 0
4 force_discard 0 0
5 start_error 0 0
6 no_data 0 0
7 force_ok 0 0
8 force_zero 0 0
9 force_lm 0 0
10 no_slope 0 0
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.