"A big computer, a complex algorithm and a long time does not equal science." -- Robert Gentleman
In R, readed in the help(rasterImage):require(grDevices)set up the plot region:op <- par(bg = "thistle")plot(c(100, 250), c(300, 450), type = "n", xlab="", ylab="")image <- as.raster(matrix(0:1, ncol=5, nrow=3))rasterImage(image, 100, 300, 150, 350, interpolate=FALSE)rasterImage(image, 100, 400, 150, 450)rasterImage(image, 200, 300, 200 + xinch(.5), 300 + yinch(.3),interpolate=FALSE)rasterImage(image, 200, 400, 250, 450, angle=15, interpolate=FALSE)par(op)....is a nice example.i've responded also in the stackoverflow
b^.^d
Grazie per la correzione...
You're welcome! Here you can find a summary for the markdown syntax.
Very nice. I really like it!!!!
You're welcome! :-)
In R, readed in the help(rasterImage):
RispondiEliminarequire(grDevices)
set up the plot region:
op <- par(bg = "thistle")
plot(c(100, 250), c(300, 450), type = "n", xlab="", ylab="")
image <- as.raster(matrix(0:1, ncol=5, nrow=3))
rasterImage(image, 100, 300, 150, 350, interpolate=FALSE)
rasterImage(image, 100, 400, 150, 450)
rasterImage(image, 200, 300, 200 + xinch(.5), 300 + yinch(.3),
interpolate=FALSE)
rasterImage(image, 200, 400, 250, 450, angle=15, interpolate=FALSE)
par(op)
....is a nice example.
i've responded also in the stackoverflow
b^.^d
RispondiEliminaGrazie per la correzione...
RispondiEliminaYou're welcome! Here you can find a summary for the markdown syntax.
RispondiEliminaVery nice.
RispondiEliminaI really like it!!!!
You're welcome! :-)
RispondiElimina