search for: inletpressuretolow

Displaying 2 results from an estimated 2 matches for "inletpressuretolow".

2006 May 17
0
variable colnames
...all data's) so the colnames are like this (i extract a table of 5 columns, the number of rows is variable and doesn't matter): Nom_ Cpt_ Tfth_ Ftm_ Fts_ Just after the "_" i paste the error name (the error names are without spaces or numbers) By example if the error name is "InletPressureToLow" the colnames will be "Nom_InletPressureToLow" "Cpt_InletPressureToLow" ... So i'm forging the colnames, and once i've done that i'm unable to access them again if i do like that (nomalarme1 contain errors names without number and spaces): For (i in 1:length...
2006 May 16
1
variable row names
Hy all, I wish to use a variable as rownames for a set of datas. By example : > nom<-"toto" > prenom<-"tutu" > res<-c(1,2) > res<-t(res) > res [,1] [,2] [1,] 1 2 > colnames(res)<-c(nom,prenom) > res toto tutu [1,] 1 2 > nom [1] "toto" > I wish to call the rowname by the