If I run this simple code:
x <- c(1:10) y <- c(1:10) plot(x,y,type="h")
The result contains very thin histogram lines.

Is there a way to make these lines thicker (other than using the hist () function itself)? They don't have to look like bars, just a little thicker.
Clint source share