Re: [R] pairs plot

2025-02-07 Thread Ranjan Maitra via R-help
Bert, Thanks very much! Oops! I can not believe I completely missed this! Best wishes, Ranjan On Thu Feb06'25 08:15:45AM, Bert Gunter wrote: > From: Bert Gunter > Date: Thu, 6 Feb 2025 08:15:45 -0800 > To: Ranjan Maitra > Cc: R-Help > Subject: Re: [R] pairs plot

Re: [R] pairs plot

2025-02-06 Thread Uwe Ligges
On 06.02.2025 04:32, Ranjan Maitra via R-help wrote: According to the help for pairs, the diag.panel function is supposed to take a panel.hist as in: pairs(USJudgeRatings[1:5], panel = panel.smooth, cex = 1.5, pch = 24, bg = "light blue", horOdd=TRUE, diag.panel = panel

Re: [R] pairs plot

2025-02-06 Thread Bert Gunter
Possibly because: panel.hist is not an existing R function -- you have to first create it so pairs() can use it. ?pairs shows you how in the Help examples, i.e. panel.hist <- function(x, ...) { usr <- par("usr") par(usr = c(usr[1:2], 0, 1.5) ) h <- hist(x, plot = FALSE) breaks <- h

Re: [R] pairs plot

2013-10-10 Thread Jim Lemon
On 10/11/2013 02:01 AM, Witold E Wolski wrote: my data are matrix with 3 numeric columns. would like to have pairs plot with scatterplots in the upper with hist at the diag and with correlation at the lower. actually default pairs does almost what I want but looks semi awesome. Especially, i di

Re: [R] pairs plot

2009-07-28 Thread Petr PIKAL
rsion and unzip it to library subdirectory. > Then: > library(TeachingDemos) shall be executed without problem Regards Petr > > > --- On Tue, 7/28/09, Jose Narillos de Santos wrote: > > > From: Jose Narillos de Santos > > Subject: Re: [R] pairs plot

Re: [R] pairs plot

2009-07-28 Thread John Kane
Have you installed it first? First: install.packages("TeachingDemos") Then: library(TeachingDemos) --- On Tue, 7/28/09, Jose Narillos de Santos wrote: > From: Jose Narillos de Santos > Subject: Re: [R] pairs plot > To: "Petr PIKAL" , r-help@r-project.org, >

Re: [R] pairs plot

2009-07-28 Thread Jose Narillos de Santos
Hi, I tried to load typing library(TeachingDemos) But the message "can´t find package TeachingDemos) occurs. I use versión R 2.9 on windows. Can you please guide me? Sorry¡¡¡ 2009/7/28, Petr PIKAL : > > Hi > > r-help-boun...@r-project.org napsal dne 28.07.2009 09:55:11: > > > Hi Greg I saw

Re: [R] pairs plot

2009-07-28 Thread Petr PIKAL
Hi r-help-boun...@r-project.org napsal dne 28.07.2009 09:55:11: > Hi Greg I saw, read, the TeachingDemos you suggesttef but when run pairs2 > function on my R module says "Can´t find function pairs2" > > How can I load the module or function pairs2? Did you do library(TeachingDemos)? Regards

Re: [R] pairs plot

2009-07-28 Thread Jose Narillos de Santos
Hi Greg I saw, read, the TeachingDemos you suggesttef but when run pairs2 function on my R module says "Can´t find function pairs2" How can I load the module or function pairs2? Thanks in advance for your help. You are the best. 2009/7/27, Greg Snow : > > Look at the pairs2 function in the Teac

Re: [R] pairs plot

2009-07-27 Thread Greg Snow
Look at the pairs2 function in the TeachingDemos package. -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.s...@imail.org 801.408.8111 > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of Jos