## Load package
# \donttest{
library("SPUTNIK")
## Create ms.image-class object
msIm <- msImage(values = matrix(rnorm(200), 40, 50), name = "test", scale = TRUE)
## Plot the image
plot(msIm)
# }
Run the code above in your browser using DataLab