qq_plot: qq_plot

Description Usage Arguments Value See Also Examples

View source: R/qq_plot.R

Description

Create qqplots and choose number to display per page
Note: Call quartz() prior to plotting if using RStudio
Dependencies: ggplot2, gridExtra

Usage

1
2
qq_plot(d, n = 12, file = "plot", nrow = 4, ncol = 3, wi = 13.5,
  hgt = 12, res = 300)

Arguments

d

data frame

n

number of plots to display per page

file

filename of output

nrow

number of rows to display per page

ncol

number of columns to display per page

wi

width of plot

hgt

height of plot

res

resolution of plot

Value

png image(s)

See Also

Other plot functions: bar_plot, box_plot, eman, hist_fun, hist_plot, multi_plot, qq_fun

Other continuous variable functions: box_plot, correlations, hist_fun, multi_plot, outlier_impact, qq_fun, remove_outliers

Examples

1
2
3
4
## Not run: 
qq_plot(d, n=12, file="plot", nrow=4, ncol=3, wi=13.5, hgt=12, res=210)

## End(Not run)

HallLab/clarite documentation built on Oct. 27, 2020, 6:27 p.m.