Displaying 3 results from an estimated 3 matches for "tvargas".
Did you mean:
vargas
2003 Apr 07
4
Justifying only the X-label
In the attached plot, how do I move just the X-label(Time) to the right.
Basically, I just want to do a par ( adj = 1) 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("fo...
2003 Apr 01
2
Autogenerated png, bitmap images
...ng I have noticed, though,
is that the bitmap files are enormous compared to the png images. Any
idea how I could make the bmp images smaller (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(...
2003 Feb 12
1
Three questions - loading(sourcing a file??), summaries to bitmaps, and error messages
...ization <-
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.table(file="/auto/solperf/tgu/ActiveParsedFiles/balvenie/Sep.2002/cpu.utilization",
sep="=", header=TRUE) names(my.balvenie.Sep.2002.cpu.utilization)
attach(my.balvenie.Sep.2002.cpu.utilization)
my.bobcat.Sep.2002.cpu....