I have a 3 columned data set. The third column is "string" values (i.e. names) while 1st and 2nd are corresponding name's values in 2 of the corresponding fields. I would like to plot a conventional graph between 1st and 2nd column, but then in the top side of the plot (i.e. side=3 in R) I would like to add the corresponding names to the corresponding points in the graph. How to do ?
Say I have a data set like :
A B C
1 10 ABC
2 20 DEF
and plotting A vs B with C in the top (side=3) labelled to the corresponding point. An example plot is shown here