convert_chr_to_matrix: convert a character to 01 matrix

View source: R/plot.R

convert_chr_to_matrixR Documentation

convert a character to 01 matrix

Description

convert a character to 01 matrix

Usage

convert_chr_to_matrix(
  char,
  size = 32,
  font_file = NULL,
  picture_dir = tempdir()
)

Arguments

char

a character

size

32

font_file

font_file

picture_dir

where to save the temporary picture

Value

chr_mat

Examples

convert_chr_to_matrix("A")

plot4fun documentation built on May 29, 2024, 10:56 a.m.