I have a table of sensitivity indices for some parameters and I would like to draw a graph that looks like the attached graph.
Here are my sensitivity indices.
k = 1
p = 0.01018
alpha = 0.01381
beta1 = 0.65307
beta2 = 0.28410
zeta = -0.793134
gamma1 = -0.66854
gamma2 = -0.23908
eta = 0.01653
I would highly appreciate if someone could please help me on this. Thanks a ton!
Using
barplot
. Put values in a named vector, and useexpression
s for the greek letters.