pixel.plot: Plot given coordinates

Description Usage Arguments Examples

Description

Plot pixel map

Usage

1
2
pixel.plot(px, xlim = c(0, 2048), ylim = c(0, 2048), pch = 15,
  panels = F, cex = 0.4, main = "", xlab = "", ylab = "", ...)

Arguments

px

Coordinates of pixels to be plotted

Examples

1
pixel.plot(which(pw.m[,,"white"] < 15000, arr.ind = T))

ClairBee/IO.Pixels documentation built on May 6, 2019, 11:50 a.m.