powered by
by_rows and by_cols set properties in horizontal or vertical "stripes".
by_rows
by_cols
by_rows(..., from = 1, ignore_na = TRUE)by_cols(..., from = 1, ignore_na = TRUE)
by_cols(..., from = 1, ignore_na = TRUE)
One or more cell property values.
Numeric. Row or column to start at.
If TRUE, NA values in the result will be left unchanged. Otherwise, NA normally resets to the default.
TRUE
NA
A function for use in map_*** functions.
map_***
mapping-functions
Other mapping functions: by_cases, by_colorspace, by_function, by_quantiles, by_ranges, by_regex, by_values
by_cases
by_colorspace
by_function
by_quantiles
by_ranges
by_regex
by_values
# NOT RUN { ht <- as_hux(matrix(rnorm(25), 5, 5)) map_background_color(ht, by_rows("green", "grey")) map_background_color(ht, by_cols("green", "grey")) # }
Run the code above in your browser using DataLab