Learn R Programming

RgoogleMaps (version 1.1.9.3)

myplot.imagematrix: Plotting an imagematrix object

Description

This function outputs an imagematrix object as an image.

Usage

myplot.imagematrix(x,y,z, ...)

Arguments

x
optional x coordinates
y
optional y coordinates
z
target image
...
plotting options

Examples

Run this code
data(logo)
     plot(z=logo, main="plot(logo)")

Run the code above in your browser using DataLab