[R] Special characters in cell names

Mahmood Naderan m@hmood@nt @end|ng |rom gm@||@com
Wed Jun 23 17:38:48 CEST 2021


Hi
I have a column in my data file which is "X/Y". With '/' I want to
emphasize that values are the ratio of X over Y.
Problem is that in the following command for a violin plot, I am not able
to specify that '/' even with double quotes.

p <- ggplot(mydata, aes(x=W, y="X/Y")) + geom_violin(trim=FALSE)

However, if I change that column to "Y" and use

p <- ggplot(mydata, aes(x=W, y=Y)) + geom_violin(trim=FALSE)

Then the plot will be correctly shown.
Any ideas for that?

Regards,
Mahmood

	[[alternative HTML version deleted]]



More information about the R-help mailing list