Create a list of flextable objects to display Seasonal Kendall results in the NERRS reserve level template
create_sk_flextable_list(sk_result, stations, param, font_sz_stn = 6,
font_sz_result = 12, font_sz_head = 6, ht_head = 0.28,
ht_body = 0.202)
a data.frame
of reformatted results from sk_seasonal
chr, vector of stations to be displayed
chr, vector of parameters to be displayed
int, specify the font size of displayed station names
int, specify the font size of the displayed results
int, specify the font size of the table header row
num, specify the cell height of the table body rows. Units for this parameter are in inches.
num, specify the cell height of the table header row. Units for this parameter are in inches.
Returns a list of flextable
objects
This function is intended for internal use with the NERRS reserve level reporting scripts. Using the results from the reserve level trend analysis, create_sk_flextable_list
creates a list of two flextable
objects to be displayed in the NERRS reserve level template. The first flextable
in the list contains the two-letter station IDs for each station and the full location name of each station. The second table lists the seasonal kendall results and the names of the parameters of interest.