Displaying 3 results from an estimated 3 matches for "activeparsedfil".
Did you mean:
activeparsedfiles
2003 Feb 12
1
Three questions - loading(sourcing a file??), summaries to bitmaps, and error messages
...ying to do is have
Perl (because I already have the data structures loaded into
hashes) generate a gigantic R file that I can then have R source, and then
parse. The output of the file(s) that I generate is below:
my.badger.Sep.2002.cpu.utilization <-
read.table(file="/auto/solperf/tgu/ActiveParsedFiles/badger/Sep.2002/cpu.utilization",
sep="=", header=TRUE) names(my.badger.Sep.2002.cpu.utilization)
attach(my.badger.Sep.2002.cpu.utilization) Tony Vargas Cisco Systems
Engineering Computing Services (408) 525-4113 tvargas at cisco.com
my.balvenie.Sep.2002.cpu.utilization <-
read....
2003 Apr 07
4
Justifying only the X-label
...on just the X-label, not
all my labels. Any ideas how to accomplish this?
Thanks,
Tony
Tony Vargas
Cisco Systems
Engineering Computing Services
(408) 525-4113
tvargas at cisco.com
-------------- next part --------------
my.yugo.Apr.2003.other.info <- read.table(file="/auto/solperf/tgu/ActiveParsedFiles/yugo/Apr.2003/other.info", sep="=", header=TRUE)
names(my.yugo.Apr.2003.other.info)
attach(my.yugo.Apr.2003.other.info)
bitmap("foo8.bmp",type = "png256", height = 4, width = 4,)
par( omi = c(.5,.1,0,0))
plot(total.views, xlab = "Time", ylab = &q...
2003 Apr 01
2
Autogenerated png, bitmap images
...ller (and create faster?) (One of
my R bmp generation files is attached.)
Thanks,
Tony
Tony Vargas
Cisco Systems
Engineering Computing Services
(408) 525-4113
tvargas at cisco.com
-------------- next part --------------
my.yugo.Mar.2003.unused.memory <- read.table(file="/auto/solperf/tgu/ActiveParsedFiles/yugo/Mar.2003/unused.memory", sep="=", header=TRUE)
names(my.yugo.Mar.2003.unused.memory)
attach(my.yugo.Mar.2003.unused.memory)
bitmap("/auto/solperf/tgu/Images/Mar.2003/yugo.Mar.2003.freemem.lines.jpg", height = 700, width = 700, type = "png256", res = 50)
plo...