Plotrix is a plotting library for the R programming language.
Questions tagged [plotrix]
140 questions
0
votes
1 answer
How to rotate Y axis labels in twoord.plot in R?
Does anyone know how to rotate the Y axis labels in the function twoord.plot in R? Also, how about resizing the font of the Y axis labels?

user2608908
- 13
- 4
0
votes
1 answer
Trying to make twoord.plot interactive
I have a plot that I created using thet twoord function. I am trying to make it an interactive graph so that I can hover around a point with my mouse and see what the x,y coordinates are for that plot.
I can't figure out how to do this with the…

user2608908
- 13
- 4
0
votes
0 answers
plotrix graphic and ggplot2 graphic side by side
Possible Duplicate:
Combine base and ggplot graphics in R figure window
I'd like to plot side by side a plotrix graphic and a ggplot2 graphic. how could I do ?
Below is an unsuccessful attempt (gg1does not appear in the…

Stéphane Laurent
- 75,186
- 15
- 119
- 225
-1
votes
1 answer
Change transparency of symbols in R function plotrix::polar.plot()
Is there a simple way to control the transparency of the blue circles in the function below to control the overplotting.
library(plotrix)
polar.plot(1:5000, rnorm(5000,90,30), rp.type='s', point.col='blue')
I'm hoping for some transparency…

Oleg Melnikov
- 3,080
- 3
- 34
- 65
-2
votes
1 answer
Draw a plot for a matrix in r
I have a matrix with three variables Row = Time, column = Date and the third variable Money which its value is an intersection of rows and columns. e.g. For Time = 5 and Date = 10, Money is 12 and for Time = 6 and Date = 15, Money is 15. I would…

Ali
- 19
- 1
- 7