r - Plot with specific variables -




i have table matrix tab seprated:

name    variable    value abc12   present in    4 abc12   present in b    2 abc12   total present in ab 6 abc12   present in c    5 abc12   present in d    5 abc12   total present in cd 10 abcd12  present in    2 abcd12  present in b    6 abcd12  total present in ab 8 abcd12  present in c    4 abcd12  present in d    8 abcd12  total present in cd 12 

i want plot in geom_bar, x-axis name , y- axis value.

x-axis name has show

1 bar - total present in ab - fill present in , present in b

2 bar - total present in cd - fill present in c , present in d





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -