search for: pic_jpg

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

2011 Jun 09
1
what is the mistake?? the coding still not function. no result display
...esult' not found > # For plotting with larger font size, use a different value of cex: > # pic_onscr(lda_result, "LDA Plot", dimen=2, cex=3) > > # > # Generate figures as image files > # > # (Uncomment blocks as necessary) > > ##### jpeg ##### > # pic_jpg<-function(filename, matrix, title, cex_val=1) > # {# Start jpeg device with basic settings > # jpeg(filename, > # quality=100, # image quality (percent) > # bg="white", # background colour > #...
2011 Jun 21
1
(no subject)
...esult' not found > # For plotting with larger font size, use a different value of cex: > # pic_onscr(lda_result, "LDA Plot", dimen=2, cex=3) > > # > # Generate figures as image files > # > # (Uncomment blocks as necessary) > > ##### jpeg ##### > # pic_jpg<-function(filename, matrix, title, cex_val=1) > # {# Start jpeg device with basic settings > # jpeg(filename, > # quality=100, # image quality (percent) > # bg="white", # background colour > #...
2011 Jun 20
2
(no subject)
...) } } # Plot onscreen via function x11() volcano_plot(folds,pvals) # Return table to analyse results # # Generate figures as image files # # (Uncomment blocks as necessary) ##### jpeg ##### # pic_jpg<-function(filename, fold, pval) # {# Start jpeg device with basic settings # jpeg(filename, # quality=100, # image quality (percent) # bg="white", # background colour # res=300,...
2011 Jun 30
2
volcano plot.r
...                  )                     }         }     # Plot onscreen via function     x11()     volcano_plot(folds,pvals)          # Return table to analyse results          #     #    Generate figures as image files     #     #    (Uncomment blocks as necessary)          ##### jpeg #####     # pic_jpg<-function(filename, fold, pval)     #     {# Start jpeg device with basic settings     #     jpeg(filename,     #         quality=100,                           # image quality (percent)     #         bg="white",                            # background colour     #         res=300,    ...
2011 Jun 09
0
(no subject)
...e a different >> value of cex: # pic_onscr(lda_result, "LDA Plot", >> dimen=2, cex=3) >> >> # >> # Generate figures as image files >> # >> # (Uncomment blocks as necessary) >> >> ##### jpeg ##### # pic_jpg<-function(filename, matrix, >> title, cex_val=1) # {# Start jpeg device with basic >> settings # jpeg(filename, # quality=100, # image quality >> (percent) # bg="white", # background colour # res=300, # >> image resolution (dpi) # units="in&...
2011 Jun 30
0
help with interpreting what nnet() output gives:
...? ? ? ? ? ? ? ? ? ) ? ? ? ? ? ? ? ? ? ? } ? ? ? ? } ? ? # Plot onscreen via function ? ? x11() ? ? volcano_plot(folds,pvals) ? ?? ? ? # Return table to analyse results ? ?? ? ? # ? ? # ? ?Generate figures as image files ? ? # ? ? # ? ?(Uncomment blocks as necessary) ? ?? ? ? ##### jpeg ##### ? ? # pic_jpg<-function(filename, fold, pval) ? ? # ? ? {# Start jpeg device with basic settings ? ? # ? ? jpeg(filename, ? ? # ? ? ? ? quality=100, ? ? ? ? ? ? ? ? ? ? ? ? ? # image quality (percent) ? ? # ? ? ? ? bg="white", ? ? ? ? ? ? ? ? ? ? ? ? ? ?# background colour ? ? # ? ? ? ? res=300, ? ?...