Last data update: 2014.03.03

R: qscatter_array
qscatter_arrayR Documentation

qscatter_array

Description

Creates an array of scatterplots

Usage

qscatter_array(variables,with.variables,data,x.lab="",y.lab="",
				main="Correlation Array",common.scales=TRUE,alpha=.25)

Arguments

variables

variables

with.variables

An optional set of variables to correlate with variables. If nothing is specified, all variables in variables are correlated with themselves.

data

A data.frame from which the variables will be selected.

x.lab

A label for the x axis

y.lab

A label for the y axis

main

A label for the plot

common.scales

should common x and y scales be used.

alpha

alpha transparency

Examples

data(mtcars)
qscatter_array(d(cyl,disp,hp,drat),
	data=mtcars) + geom_smooth(method="lm")
qscatter_array(d(cyl,disp,hp,drat),d(wt,carb),data=mtcars,common.scales=FALSE)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(Deducer)
Loading required package: ggplot2
Loading required package: JGR
Loading required package: rJava
Loading required package: JavaGD
Loading required package: iplots

Please type JGR() to launch console. Platform specific launchers (.exe and .app) can also be obtained at http://www.rforge.net/JGR/files/.


Loading required package: car
Loading required package: MASS


Note Non-JGR console detected:
	Deducer is best used from within JGR (http://jgr.markushelbig.org/).
	To Bring up GUI dialogs, type deducer().

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/Deducer/qscatter_array.Rd_%03d_medium.png", width=480, height=480)
> ### Name: qscatter_array
> ### Title: qscatter_array
> ### Aliases: qscatter_array
> 
> ### ** Examples
> 
> data(mtcars)
> qscatter_array(d(cyl,disp,hp,drat),
+ 	data=mtcars) + geom_smooth(method="lm")
> qscatter_array(d(cyl,disp,hp,drat),d(wt,carb),data=mtcars,common.scales=FALSE)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>