saveFullPageGraph: A standard 6x8 inch plot size for a full page This may be...

Description Usage Arguments Examples

View source: R/networkUtils.R

Description

A standard 6x8 inch plot size for a full page This may be combined with narrowAndTall() to maximise plotting area

Usage

1
saveFullPageGraph(graph, filename, ...)

Arguments

graph

a DiagrammeR::graph object

filename

base of target filename (excuding extension).

...

passed to saveFigure()

Examples

1
2
3
4
5
setwd(tempdir())
library(ggplot2)
library(standardPrintOutput)
ggplot(mtcars, aes(mpg, wt, colour=as.factor(cyl))) + geom_point()
saveFullPageFigure(filename="the_filename")

terminological/standard-print-output documentation built on July 18, 2021, 9:29 a.m.