search for: str_wrap

Displaying 4 results from an estimated 4 matches for "str_wrap".

Did you mean: err_wrap
2012 Dec 21
2
ggplot2: setting martin
Is it possible to set the margin in ggplot2 to a fixed size? I create many plots, and I want them to look the same. Especially I want them to have the same left margin. But P<-ggplot()+geom_bar(aes(c("short label1","short label2"),runif(2)))+coord_flip() P<-creates a plot with another margin as ggplot()+geom_bar(aes(c("very very very very long
2011 Jul 01
0
stringr 0.5
...can easily be used as inputs. This includes ensuring that missing inputs result in missing outputs, and zero length inputs result in zero length outputs. * Completes R's string handling functions with useful functions from other programming languages. stringr 0.5 =========== * new `str_wrap` function which gives `strwrap` output in a more convenient format * new `word` function extract words from a string given user defined separator (thanks to suggestion by David Cooper) * `str_locate` now returns consistent type when matching empty string (thanks to Stavros Macrakis) * new...
2011 Jul 01
0
stringr 0.5
...can easily be used as inputs. This includes ensuring that missing inputs result in missing outputs, and zero length inputs result in zero length outputs. * Completes R's string handling functions with useful functions from other programming languages. stringr 0.5 =========== * new `str_wrap` function which gives `strwrap` output in a more convenient format * new `word` function extract words from a string given user defined separator (thanks to suggestion by David Cooper) * `str_locate` now returns consistent type when matching empty string (thanks to Stavros Macrakis) * new...
2024 Jun 06
2
R Shiny Help - Trouble passing user input columns to emmeans after ANOVA analysis
...subtitle = element_text(hjust = 0.5, size = 15), axis.text = element_text(size = 17), axis.title = element_text(size = 20))+ geom_text(aes(label=.group, y=emmean + SE), vjust = -0.9, size = 8) + #ylim(0, 105)+ scale_x_discrete(labels = function(x) str_wrap(x, width = 7)) } }) } shinyApp(ui, server) [[alternative HTML version deleted]]