“Tekst legendy ggplot2” Kod odpowiedzi

Tekst legendy ggplot2

scale_color_manual(labels = c("black", "red"), values = c("lable1", "label2")) +
Yan Zhang

R ggplot 2 tekst legendy

# Change the order of legend items
p + scale_x_discrete(limits=c("2", "0.5", "1"))

# Edit legend title and labels
p + scale_fill_discrete(name = "Dose", labels = c("A", "B", "C"))
Talented Teira

Odpowiedzi podobne do “Tekst legendy ggplot2”

Pytania podobne do “Tekst legendy ggplot2”

Więcej pokrewnych odpowiedzi na “Tekst legendy ggplot2” w R

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu