Re: [R] awkward behavior with densityplot function

2008-08-26 Thread Rolf Turner
See FAQ 7.22 On 27/08/2008, at 11:07 AM, John Sanabria wrote: Hi, I have the following script: t.R --- grafica <- function() { v <- read.csv('preprocessed/komolongma.ece.uprm.edu.active',sep=',') x <- as.ts(v$active) bitmap(file="output.png") densityplot(~x,col='blue',main='Densi

Re: [R] awkward behavior with densityplot function

2008-08-26 Thread Bill.Venables
les http://www.cmis.csiro.au/bill.venables/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Sanabria Sent: Wednesday, 27 August 2008 9:08 AM To: r-help@r-project.org Subject: [R] awkward behavior with densityplot function Hi, I have the followin

[R] awkward behavior with densityplot function

2008-08-26 Thread John Sanabria
Hi, I have the following script: t.R --- grafica <- function() { v <- read.csv('preprocessed/komolongma.ece.uprm.edu.active',sep=',') x <- as.ts(v$active) bitmap(file="output.png") densityplot(~x,col='blue',main='Density Plot') dev.off() } grafica() t.R --- When I "sourced" i