thank you for responses
Stefan my problem is with R code
thank you for pointing me in the right direction
Search found 3 matches
- Mon Jan 29, 2018 10:46 pm
- Forum: Graphics, Figures & Tables
- Topic: Abline text not appearing in final pdf output
- Replies: 5
- Views: 3205
- Mon Jan 29, 2018 11:13 am
- Forum: Graphics, Figures & Tables
- Topic: Abline text not appearing in final pdf output
- Replies: 5
- Views: 3205
Abline text not appearing in final pdf output
hello Stephan
thank you. my procedure in original post is part of chunk in R. I am failing to get the text label of the abline to appear in the final output. See below:
<<r131, echo=FALSE, fig=TRUE, width=10, height=13, results=hide>>=
par(mfrow = c(3, 1))
# First plot - Series 1 (SO2-10min ...
thank you. my procedure in original post is part of chunk in R. I am failing to get the text label of the abline to appear in the final output. See below:
<<r131, echo=FALSE, fig=TRUE, width=10, height=13, results=hide>>=
par(mfrow = c(3, 1))
# First plot - Series 1 (SO2-10min ...
- Sat Jan 27, 2018 3:31 am
- Forum: Graphics, Figures & Tables
- Topic: Abline text not appearing in final pdf output
- Replies: 5
- Views: 3205
Abline text not appearing in final pdf output
I have the following procedure. I see the abline text when processing chunk. However when compiling pdf the text does not appear. Anyone knows what is causing this?
abline(h="191", col="red")
text(11000, 200, pos = 4, "hello", col = 1, cex = 0.9)
abline(h="191", col="red")
text(11000, 200, pos = 4, "hello", col = 1, cex = 0.9)