Top "Plotmath" questions

plotmath provides mathematical expression plotting in the R language.

How to change facet labels?

I have used the following ggplot command: ggplot(survey, aes(x = age)) + stat_bin(aes(n = nrow(h3), y = ..count.. / …

r ggplot2 symbols facet plotmath
Adding greek character to axis title

I want to add a greek character to the y-axis of my barplot in R. The problem is that I …

r unicode labels plotmath
Special characters and superscripts on plot axis titles

I am trying to make a y-axis title with both a special character and a superscript. I am able to …

r plot superscript plotmath
R: How do I put two box plots next to each other, keeping same y-range for both?

Let's say I have two data sets, one with y-range [min0:max0] and the other with y-range [min1:max1]. How …

r plotmath
Displaying a greater than or equal sign

I have a plot which is generated thus: ggplot(dt.2, aes(x=AgeGroup, y=Prevalence)) + geom_errorbar(aes(ymin=lower, …

r ggplot2 plotmath
Concatenate strings and expressions in a plot's title

How can I combine text and math expressions in a plot's title. If I use paste the expression is converted …

r plot expression plotmath
Line break in expression()?

I have the following histogram in R: hist( alpha, cex.main=2, cex.axis=1.2, cex.lab=1.2, main=expression( paste("Histogram of ", …

r plot title line-breaks plotmath
Mathematical expression in axis label

In R, I use expression(theta[l]) so that the label of my plot axis is that same as $\theta_…

r plot latex axis-labels plotmath
How to make the square root symbol in axes labels?

How can I make the square root symbol to appear ceiling an axis label in R?

r plotmath
Plot main title in two lines

I would like to have the title for the plot in two lines, but this does not work, why? and …

r plotmath