search for: pic_onscr

Displaying 5 results from an estimated 5 matches for "pic_onscr".

2011 Jun 21
1
(no subject)
...orm the LDA > # > lda_result<-lda(lda_data,groups) Error in lda.default(x, grouping, ...) : variables 1 3 5 8 10 15 17 20 27 29 34 appear to be constant within groups > > # > # Generate the figures (on screen) > # > # Image generation - function definition > pic_onscr<-function(matrix, title, cex_val=1) + {x11() + par(mgp=c(5,2,0), # axis margins + # (title, labels, line) + mar=c(7,4,4,2), # plot margins (b,l,t,r) + las=1)...
2011 Jun 09
1
what is the mistake?? the coding still not function. no result display
...orm the LDA > # > lda_result<-lda(lda_data,groups) Error in lda.default(x, grouping, ...) : variables 1 3 5 8 10 15 17 20 27 29 34 appear to be constant within groups > > # > # Generate the figures (on screen) > # > # Image generation - function definition > pic_onscr<-function(matrix, title, cex_val=1) + {x11() + par(mgp=c(5,2,0), # axis margins + # (title, labels, line) + mar=c(7,4,4,2), # plot margins (b,l,t,r) + las=1)...
2011 Jun 09
0
(no subject)
> # >> # Generate the figures (on screen) >> # >> # Image generation - function definition >> pic_onscr<-function(matrix, title, cex_val=1) > + {x11() + par(mgp=c(5,2,0), # axis margins + # (title, > labels, line) + mar=c(7,4,4,2), # plot margins (b,l,t,r) + > las=1) # horizontal labels + plot(matrix, # data to plot + > cex=cex_val, # font size + dimen=2 # dimensions to...
2011 Jun 09
0
How to shift the heat map
...white","blue"))(256) rbb<-colorRampPalette(c("red","black","blue"))(256) pwg<-colorRampPalette(c("purple","white","green"))(256) pbg<-colorRampPalette(c("purple","black","green"))(256) pic_onscr<-function(matrix, title="", cex_val=1, pal=rch) {x11() heatmap.2(matrix, # matrix to use #Colv=FALSE, # reorder dendrogram dendrogram="both", # dendrograms to draw...
2011 Jun 20
2
(no subject)
HELLO, anybody... could you help me to check the below coding for volcano. what is the mistake? what the plot could not display? # volcano_plot.r # # Author: Amsha Nahid, Jairus Bowne, Gerard Murray # Purpose: Produces a volcano plot # # Input: Data matrix as specified in Data-matrix-format.pdf # Output: Plots log2(fold change) vs log10(t-test P-value) # #