HTMLgraph: Create a graphic in HTML output (R2html).

Description Usage Arguments Details Value Author(s)

Description

Creates a graphic file and links it to the HTML output.

Usage

1
HTMLgraph(listfile, graphfile = NULL,type = "png",...)

Arguments

listfile

The name of the HTMLize listing file.

graphfile

The name for the graphic file (see Details).

type

The graphic format in which to write the image.

...

Additional arguments - currently ignored.

Details

HTMLgraph sets up a graphic device to allow an R graphic to be written to a file and that file linked to the HTML listing. If no filename is passed, a name is constructed from fig and a number that does not match any existing fignnn... file. Only bmp, jpeg and png files are currently handled, defaulting to the last.

Value

nil

Author(s)

Philippe Grosjean


prettyR documentation built on May 2, 2019, 2:16 a.m.

Related to HTMLgraph in prettyR...