Skip to content
Snippets Groups Projects
Commit 8dca58d8 authored by Facundo Muñoz's avatar Facundo Muñoz :registered:
Browse files

plot_weights()

parent a0b996e9
No related branches found
No related tags found
No related merge requests found
plot_weights <- function(w, nm) {
bp <- barplot(w, names.arg = nm, ylim = c(0, 1))
text(bp, 1, round(w, 2), xpd = TRUE)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment