search for: plotmatrix

Displaying 11 results from an estimated 11 matches for "plotmatrix".

2011 May 19
1
Border-Layout by multiple Plots
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110519/f0ce5a0d/attachment.pl>
2013 Jun 11
2
ggpairs in GGally replaces plotmatrix in ggplot2
...A pdf or >> txt usually gets through. In any case I understand what you want this >> may do it. >> >> library(ggplot2) >> dat1 <- data.frame( v = rnorm(13), >> w = rnorm(13), >> x = rnorm(13), >> y = rnorm(13), >> z = rnorm(13)) >> plotmatrix(dat1) >> >> John Kane >> Kingston ON Canada >> >> >>> -----Original Message----- >>> From: gundalav at gmail.com >>> Sent: Mon, 10 Jun 2013 12:26:44 +0900 >>> To: r-help at stat.math.ethz.ch >>> Subject: [R] All against a...
2013 Jun 11
2
R-help Digest, Vol 124, Issue 12
...The R-help list tends to strip out a lot of files. A pdf or txt usually gets through. In any case I understand what you want this may do it. > > library(ggplot2) > dat1 <- data.frame( v = rnorm(13), > w = rnorm(13), > x = rnorm(13), > y = rnorm(13), > z = rnorm(13)) > plotmatrix(dat1) > > John Kane > Kingston ON Canada > > >> -----Original Message----- >> From: gundalav at gmail.com >> Sent: Mon, 10 Jun 2013 12:26:44 +0900 >> To: r-help at stat.math.ethz.ch >> Subject: [R] All against all correlation matrix with GGPLOT Facet...
2008 Nov 04
1
ggplot2 scatterplot matrix
..."HC 2006/10", "HC 2006/12", "HC 2007/02", "HC 2007/04", "HC 2007/06", "HC 2007/08", "SC 2006/12", "SC 2007/02", "SC 2007/04", "SC 2007/06", "SC 2007/08"), class = "data.frame")) plotmatrix(d[,3:6]) I would like to either have a colour or more preferably a shape to correspond to Site this is what I have tried (along with many other combinations) plotmatrix(nmds.bug[,3:6])+scale_shape(nmds.bug, shape=Site, pch=1:12) thanks -- Stephen Sefick Research Scientist Southeastern Natural S...
2008 Jan 11
0
New version of ggplot2: 0.5.7
...rical values (was actually a bug in how scale_discrete deals with continuous values) * geom_path: automatically switch between polylineGrob and segmentsGrob when drawing paths so that setting line type now works properly * geom_segment now uses both ends of segments to calculate axis limits * plotmatrix: fix bug in scatterplot matrix where all scatterplots were transposed! * qplot: should now work better within functions * quickplot added as an alias of qplot, to avoid confusion with qunif, etc * scale_*: better error message if you add a scale without a matching aesthetic mapping in the plo...
2008 Jan 11
0
New version of ggplot2: 0.5.7
...rical values (was actually a bug in how scale_discrete deals with continuous values) * geom_path: automatically switch between polylineGrob and segmentsGrob when drawing paths so that setting line type now works properly * geom_segment now uses both ends of segments to calculate axis limits * plotmatrix: fix bug in scatterplot matrix where all scatterplots were transposed! * qplot: should now work better within functions * quickplot added as an alias of qplot, to avoid confusion with qunif, etc * scale_*: better error message if you add a scale without a matching aesthetic mapping in the plo...
2007 Jul 09
0
ggplot 0.5.4
...below - this results in better appearance when adjusting scale limits * ggplot() + aes() now modifies existing default aesthetic mapping, rather than overwriting * polished examples in facet_grid Changes in version 0.5.3 ------------------------------ * added experimental scatterplot matrix, see ?plotmatrix * added new border.colour and grid.minor.colour options for better control over plot appearance * updated theme_bw to do better when drawing a plot with white background * better default colour choices for gradients (and more discussion in examples) * fixed bug in ScaleGradient2 where scales with d...
2007 Jul 09
0
ggplot 0.5.4
...below - this results in better appearance when adjusting scale limits * ggplot() + aes() now modifies existing default aesthetic mapping, rather than overwriting * polished examples in facet_grid Changes in version 0.5.3 ------------------------------ * added experimental scatterplot matrix, see ?plotmatrix * added new border.colour and grid.minor.colour options for better control over plot appearance * updated theme_bw to do better when drawing a plot with white background * better default colour choices for gradients (and more discussion in examples) * fixed bug in ScaleGradient2 where scales with d...
2012 Apr 10
0
Scatterplot matrix with partly transformed axis
Hi, I am wondering if anybody has experience with scatterplot matrices where some (but NOT all) axis are transformed and the labels are nicely plotted. So far I looked into 1) pairs() 2) scatterplotMatrix() from package 'car' 3) splom() from packagae 'lattice' 4) plotmatrix() from 'ggplot2' I can see no easy way to get what I want which is: *) a scatterplot matrix of three variables *) 2 of 3 variables should be log-transformed *) the labels for the log transformed variables...
2013 Jun 10
1
All against all correlation matrix with GGPLOT Facet
I have the following data: v <- rnorm(13) w <- rnorm(13) x <- rnorm(13) y <- rnorm(13) z <- rnorm(13) Using GGPLOT facet, what I want to do is to create a 5*5 matrix, where each cells plot the correlation between each pair of the above data. E.g. v-v,v-w; v-x,...,z-z What's the way to do it? Attached is the image. GV.
2010 Jan 10
1
scatterplot matrix with ggplot2
#I would like to use the below data to make a scatter plot matrix with #code similar to that below the data #conceptually this is the right approach I think #thanks in advance melt.gg <- structure(list(stream = c("Bonham Lower", "Bonham Lower", "Bonham Lower", "Bonham Lower", "Bonham Lower", "Bonham Lower", "Bonham Lower",