Learn R Programming

diffobj (version 0.3.6)

show,Style-method: Show Method for Style Objects

Description

Display a small sample diff with the Style object styles applied. For ANSI light and dark styles, will also temporarily set the background and foreground colors to ensure they are compatible with the style, even though this is not done in normal output (i.e. if you intend on using a “light” style, you should set your terminal background color to be light or expect sub-optimal rendering).

Usage

# S4 method for Style
show(object)

# S4 method for StyleHtml show(object)

Value

NULL, invisibly

Arguments

object

a Style S4 object

Examples

Run this code
show(StyleAnsi256LightYb())  # assumes ANSI colors supported

Run the code above in your browser using DataLab