format.color_vctr: format method for color_vctror

Description Usage Arguments

View source: R/print_color_vctr.R

Description

format method for color_vctror

format color_vctr vector printing to console

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'color_vctr'
format(x, ..., method = print_method())

format_console_vctr_print(
  x,
  formatted_x,
  ...,
  console_width = options()$width,
  space = " "
)

Arguments

x

color_vctr to be printed

...

additional parameters passed to 'format'

method

The output type to print to. Defaults to one of: "console","latex","html".

formatted_x

formatted color_vctr for printing

console_width

define nchar wide to print. Default to detecting width

space

the defined spacer between elements. defaults to " ".


thebioengineer/colortable documentation built on Sept. 2, 2020, 10:35 a.m.