ggsave {ggplot2} R Documentation

Description

Usage

ggsave(filename,
    plot = Call "last_plot"(),
    device = NULL,
    path = NULL,
    scale = 1,
    width = NULL,
    height = NULL,
    units = Pixels,
    dpi = 300,
    limitsize = TRUE,
    bg = NULL,
    ... = NULL);

Arguments

filename

[as string]

plot

-

device

-

path

-

scale

[as double]

width

[as integer]

height

[as integer]

units

[as CssUnit]

dpi

[as integer]

limitsize

[as boolean]

bg

-

args

[as list]

env

[as Environment]

Details

Authors

SMRUCC genomics institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package ggplot2 version 1.0.0.0 Index]