search for: myoutput1

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

Did you mean: myoutput
2009 Apr 10
1
png with ggplot on windows xp
...ower","N") p <- ggplot(data=myData,aes(x=Effect,y=N)) p <- p+geom_point(aes(shape=factor(Power))) + geom_line(aes(group=factor(Power))) p <- p+scale_x_continuous(expression("Effect Size as "*R^2)) p <- p + scale_shape(name="Power") ggsave(file = "myoutput1.png") ggsave(file = "myoutput1.pdf") > sessionInfo() R version 2.8.1 (2008-12-22) i386-pc-mingw32 locale: LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 attached...
2013 Oct 07
1
Color font in verbatim text output in Shiny
...Is there any way to change the colors (and other characteristics) of the font that is being used by Shiny when the ui.r code hase some verbatimTextOutput? For example, I am producing 2 outputs in two tabs. mainPanel( tabsetPanel( tabPanel("Output 1", verbatimTextOutput("myoutput1")), tabPanel("Output 2", verbatimTextOutput("myoutput2")) ) ) Thank you! Dimitri Liakhovitski [[alternative HTML version deleted]]