plotmath provides mathematical expression plotting in the R language.
Consider the following example: plot(c(2,4,6)~c(1,2,3),xlab="x", ylab=expression(paste('flux (g ',CO[2]~m^{-2}~h^{-1},…
r axis-labels plotmathHow would you add a subscript to one particular word of a title in R? For example, suppose the title …
r plotmathI generate a plot for multiple datasets. Each of the datasets should get it's own legend, which might contain greek …
r plot special-characters legend plotmathI want to have a new line in my bquote envrionment, how can I do this? my code: test<…
r data-visualization plotmathI have several carbon compounds in my bar graph but I need to subscript the numbers associated with each one, …
r expression plotmathI'm trying to place the results of a regression (i.e., R2) in a graph, but can't seem to figure …
r plotmathI'm trying to format the legend in my plot, but I have to use expression() because of greek and superscripts. …
r plot expression legend plotmath