search for: lfreq

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

Did you mean: ifreq
2009 Feb 26
0
How do I retrieve column and row names after comparing two matrices?
.... Comparison of both matrices reports a unique difference based on the following code: informative<-which(matrix1!=matrix2) transitions<-napaste(matrix1,matrix2)[informative] unique_transitions<-unique(transitions) lfreq<-list(State_transitions=unique_transitions) lf<-as.data.frame(lfreq) plot(lf) write.table(lf,"C:\\ state_transitions.txt",sep="\t",quote=FALSE,row.names=TRUE) lf } state_trans_freqs() The result i...
2011 Dec 05
0
Rggobi pdf output
...ongs=factor(c(as.character(row.names(d.music)),rep("0",36))), Artist=factor(c(as.character(d.music[,1]),rep("0",36))), Type=factor(c(as.character(d.music[,2]),rep("0",36))), LVar=d.music.som[,1],LAve=d.music.som[,2],LMax=d.music.som[,3], LFEner=d.music.som[,4],LFreq=d.music.som[,5],Map.1=d.music.som[,6], Map.2=d.music.som[,7]) gg<-ggobi(d.music.som) g<-gg[1] #load edges d.music.som.net<-f.ggobi.som.net(music.som) edges(g) <- d.music.som.net + 62 # Color points according to type of music, and som net gcolor<- rep(8,98) gcolor[d.music.som$Typ...
2011 Dec 05
1
[rggobi] ggplot like pdf output
...ongs=factor(c(as.character(row.names(d.music)),rep("0",36))), Artist=factor(c(as.character(d.music[,1]),rep("0",36))), Type=factor(c(as.character(d.music[,2]),rep("0",36))), LVar=d.music.som[,1],LAve=d.music.som[,2],LMax=d.music.som[,3], LFEner=d.music.som[,4],LFreq=d.music.som[,5],Map.1=d.music.som[,6], Map.2=d.music.som[,7]) gg<-ggobi(d.music.som) g<-gg[1] #load edges d.music.som.net<-f.ggobi.som.net(music.som) edges(g) <- d.music.som.net + 62 # Color points according to type of music, and som net gcolor<- rep(8,98) gcolor[d.music.som$Typ...