Learn R Programming

qatarcars (version 1.1.0)

qatar_maroon: Qatar maroon color

Description

The official colors of the Qatari flag are white and Pantone 1955 C, or "Qatar maroon." The hex representation of this color is #8A1538.

Usage

qatar_maroon

Arguments

Format

A character string containing a hex color code.

Examples

Run this code
qatar_maroon

hist(qatarcars$length, breaks = 15, col = qatar_maroon, border = "white")

if (require("ggplot2")) {
  ggplot(qatarcars, aes(x = length)) +
    geom_histogram(bins = 15, fill = qatar_maroon, color = "white")
}

Run the code above in your browser using DataLab