gt_slope_text: Helper to slope text

Description Usage Arguments Examples

View source: R/gt_slope_text.R

Description

Note angle is a bit messy because of aspect ratios; fixer can be used to adjust

Usage

1
2
3
gt_slope_text(labels, f, xl = 0, xh = 1, vshift = 0.05, col = "black",
  fixer = 1, pos = NULL, adj = c(0.5, 0), cex = 1, shadow = TRUE,
  shade = "white")

Arguments

labels

text

Examples

1
2
frame()
gt_slope_text("quadratic", f = function(x) x^2)

macartan/hop documentation built on Jan. 4, 2022, 9:21 p.m.