display_jpeg: Display JPEG in graphics device

Description Usage Arguments Value Examples

View source: R/colors.R

Description

A way to quickly check the contents of a JPEG file on disk.

Usage

1

Arguments

file

path to JPEG file

Value

Invisibly the native JPEG object.

Examples

1
2
example_jpg <- system.file("extdata", "example.JPG", package = "routes")
display_jpeg(example_jpg)

cwickham/routes documentation built on Nov. 4, 2019, 9:34 a.m.