Entering edit mode
Hi Tom,
i'd like to change the position of the legend in plotFS, as it sits on top of some of the bars. Can you tell me how to do this?
best,
Antón
Hi Tom,
i'd like to change the position of the legend in plotFS, as it sits on top of some of the bars. Can you tell me how to do this?
best,
Antón
The underlying plotting function of plotFS is barplot, and you can pass barplot arguments to plotFS; the legend arguments in barplot are defined in the args.legend variable. So, if you wanted to move the legend to the top left corner:
plotFS(fS, args.legend = list(x = "topleft"))
Cheers,
Tom
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.