include_text {huito}R Documentation

Text layer

Description

Insert text in label

Usage

include_text(
  label,
  value,
  position = NA,
  size = 11,
  font = NA,
  type = "static",
  color = NA,
  angle = 0,
  opts = NA
)

Arguments

label

label output

value

column or string

position

position coordinate

size

text size

font

font type

type

type of entry: dynamic or static

color

image color

angle

angle of the text

opts

list arguments from draw_label()

Value

data frame


[Package huito version 0.2.4 Index]