search for: martinenko

Displaying 3 results from an estimated 3 matches for "martinenko".

2010 Mar 12
3
defining columns in a matrix
Hi all, I have the following 7 x 7 matrix. ?I am trying to figure out how to label the columns to something more descriptive other than [,1], [,2], etc. I have tried the c(x,y,z,) function, but I get a error returned stating that my vectors need to be the same length. Do I need to convert this to something else such as a list and then repack it? Thanks, Kindra ?? ? ? ? Volume Time ? ? ? ?[,1]
2010 Mar 04
2
missing date and time intervals in data frame
I posted a similar question, but feel it needs a bit more elaboration. I have a data frame (read from a csv file) that may have missing rows. Each day has 7 time intervals associated with it, with a range from 17:00 hrs to 18:00 hrs in 10 minute bins. What I am looking for is a script that will run through the data frame and insert "NA"in the Volume column for any dates that are
2010 Mar 15
1
Resizing Graphic Device Windows
Hi all, I have been struggling with this one. When creating graphic devices, how do you go about resizing the output device window automatically without having to manually tinker with it to show everything in terms of tick marks and x/y lims that you specify? I have tried the aspect="" function, but that seems to only stretch the data set one way or another, and not the actual window.