Skip to content

Commit ffc19ea

Browse files
committed
added standardized label to last plot in classification 1
1 parent 1631372 commit ffc19ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

classification1.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,9 @@ wkflw_plot <-
13691369
color = Class),
13701370
alpha = 0.02,
13711371
size = 5) +
1372-
labs(color = "Diagnosis") +
1372+
labs(color = "Diagnosis",
1373+
x = "Area (standardized)",
1374+
y = "Smoothness (standardized)") +
13731375
scale_color_manual(labels = c("Malignant", "Benign"),
13741376
values = c("orange2", "steelblue2"))
13751377

0 commit comments

Comments
 (0)