# NOT RUN {
logo <- read_x3p(system.file("csafe-logo.x3p", package="x3ptools"))
dim(logo$surface.matrix)
# }
# NOT RUN {
image_x3p(logo)
# }
# NOT RUN {
# rotate the image by 90 degrees clock-wise:
logo90 <- rotate_x3p(logo, 90)
dim(logo90$surface.matrix)
# }
# NOT RUN {
image_x3p(logo90)
# }
Run the code above in your browser using DataLab