Answers for "ggplot2 mathmatical notation"

0

ggplot2 mathmatical notation

g <- ggplot(data=data.frame(x=0,y=0))+geom_point(aes(x=x,y=y))
g+ xlab( expression(paste("Value is ", sigma,",", R^{2},'=0.6')))
Posted by: Guest on May-18-2020

Browse Popular Code Answers by Language