Skip to content

Commit

Permalink
added labels to scatter plot replication
Browse files Browse the repository at this point in the history
  • Loading branch information
rajitachandak committed Mar 27, 2024
1 parent cdc3b7e commit 9558064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/lpcde_comparison.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ x = as.matrix(iris[, 3], ncol=1)
x_evals = quantile(x)

#scatter plot of data with chosen conditioning values
plot(x,y)
plot(x,y, xlab = "Petal length", ylab = "Sepal length")
abline(v=x_evals[2], col="green")
abline(v=x_evals[3], col="green")
abline(v=x_evals[4], col="green")
Expand Down

0 comments on commit 9558064

Please sign in to comment.