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
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
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
3 matches
Mail list logo