search for: colmodel

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

2010 Feb 25
2
[PATCH] Enhance vms display
...t;clear_row" style="height:15px;"></div> </div> diff --git a/src/app/views/vm/_grid.rhtml b/src/app/views/vm/_grid.rhtml index e3fa0e0..fe821e1 100644 --- a/src/app/views/vm/_grid.rhtml +++ b/src/app/views/vm/_grid.rhtml @@ -27,16 +27,17 @@ <% end %> colModel : [ {display: '', name : 'id', width : 20, sortable : false, align: 'left', process: <%= table_id %>checkbox}, - {display: 'Description', name : 'description', width : 180, sortable : true, align: 'left'}, - {display: '...
2007 Jun 24
2
matlab/gauss code in R
...60){ > Pred[i]<-jitter(10*exp(-Coef[i]*TimePts[i])) > Pred[i+60]<-jitter(5) > Pred[i+120]<-jitter(10-Coef[i+120]*TimePts[i]) > } > # creates the predicted values > > colPlot<-rep(1,nPts*nInd*nModel) > # creates the "Plot" column > colModel<-gl(nModel,nPts*nInd,labels=c("A","B","C")) # > creates the "Model" column > colID<-gl(nInd,nPts,nPts*nInd*nModel) > # creates the "ID" column > > mydata<-data.frame(colPlot,colModel,colID,TimePts,Obs,Pred) &...