R/ggplot_test.R

# DF <- data.frame(read_inst("inst/test-plot_DF_var"))
# DF$qualiquanti <- c(rep(1, 10), rep(0, nrow(DF)-10))
# DF$text_col <- c(rep("red", 10),
#                  rep(
#                    "green", nrow(DF) - 10
#                  ))
#
# ggplot(DF) +
#   geom_point(aes(dim_x, dim_y, color = cos2_x)) +
#   geom_text(aes(dim_x, dim_y, label = index), color = DF$text_col)
mandel94/easyAnalysis documentation built on Jan. 2, 2022, 9:52 a.m.