Learn R Programming

multicolor (version 0.1.7)

multicolor_logo: The multicolor package logo

Description

The multicolor package logo

Usage

multicolor_logo(colors = "random", ...)

Value

The colorful package logo on load

Arguments

colors

Vector of colors for the logo. Defaults to "random" which randomly selects one of the palettes.

...

Arguments passed to multi_color.

Details

This function displays the multicolor package logo in a randomly selected color palette from a pre-selected list of colors.

Examples

Run this code
multicolor_logo()
multicolor_logo(recycle_chars = TRUE)
multicolor_logo(colors = c("red", "blue"))

Run the code above in your browser using DataLab