search for: pic_png

Displaying 6 results from an estimated 6 matches for "pic_png".

Did you mean: pcapng
2011 Jun 09
1
what is the mistake?? the coding still not function. no result display
...dimensions to plot > # ) > # title(main=title) # title of plot > # > # dev.off() > # } > # pic_jpg("LDA.jpg", lda_result, "Linear Discriminant Analysis") > ##### end jpeg ##### > > ##### png ##### > # pic_png<-function(filename, matrix, title, cex_val=1) > # {# Start png device with basic settings > # png(filename, > # bg="white", # background colour > # res=300, # image resolution (dpi) > #...
2011 Jun 21
1
(no subject)
...dimensions to plot > # ) > # title(main=title) # title of plot > # > # dev.off() > # } > # pic_jpg("LDA.jpg", lda_result, "Linear Discriminant Analysis") > ##### end jpeg ##### > > ##### png ##### > # pic_png<-function(filename, matrix, title, cex_val=1) > # {# Start png device with basic settings > # png(filename, > # bg="white", # background colour > # res=300, # image resolution (dpi) > #...
2011 Jun 20
2
(no subject)
...s (b,l,t,r) # las=1 # horizontal labels # ) # # Draw the plot # volcano_plot(folds, pvals) # dev.off() # } # pic_jpg("volcano_plot.jpg") ##### end jpeg ##### #### png ##### # pic_png<-function(filename, fold, pval) # {# Start png device with basic settings # png(filename, # bg="white", # background colour # res=300, # image resolution (dpi) # units="in&...
2011 Jun 30
2
volcano plot.r
...s (b,l,t,r)     #         las=1                                  # horizontal labels     #         )     #     # Draw the plot     #     volcano_plot(folds, pvals)     #     dev.off()     #     }     # pic_jpg("volcano_plot.jpg")     ##### end jpeg #####               #### png #####     # pic_png<-function(filename, fold, pval)     #     {# Start png device with basic settings     #     png(filename,     #         bg="white",                            # background colour     #         res=300,                               # image resolution (dpi)     #         units="in&...
2011 Jun 09
0
(no subject)
...n=2 # >> dimensions to plot # ) # title(main=title) # title of >> plot >> # >> # dev.off() # } # pic_jpg("LDA.jpg", lda_result, "Linear >> Discriminant Analysis") ##### end jpeg ##### >> >> ##### png ##### # pic_png<-function(filename, matrix, >> title, cex_val=1) # {# Start png device with basic >> settings # png(filename, # bg="white", # background >> colour # res=300, # image resolution (dpi) # units="in", >> width=8.3, height=5.8 # image dimens...
2011 Jun 30
0
help with interpreting what nnet() output gives:
...s (b,l,t,r) ? ? # ? ? ? ? las=1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?# horizontal labels ? ? # ? ? ? ? ) ? ? # ? ? # Draw the plot ? ? # ? ? volcano_plot(folds, pvals) ? ? # ? ? dev.off() ? ? # ? ? } ? ? # pic_jpg("volcano_plot.jpg") ? ? ##### end jpeg ##### ? ?? ? ?? ? ? #### png ##### ? ? # pic_png<-function(filename, fold, pval) ? ? # ? ? {# Start png device with basic settings ? ? # ? ? png(filename, ? ? # ? ? ? ? bg="white", ? ? ? ? ? ? ? ? ? ? ? ? ? ?# background colour ? ? # ? ? ? ? res=300, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? # image resolution (dpi) ? ? # ? ? ? ? units="in&...