# NOT RUN {
### Please navigate to
### (https://github.com/FCSlib/FCSlib/tree/master/Sample%20Data)
### to find this sample data
# Automatic plot
x <- read.table("Pax.dat")
x <- binMatrix(x[,1], lineTime = 1e-3, nIntervals = 500,
columns = 64, mode = "mean", plot = T)
# Manual plot (useful for adding custom labels)
x <- read.table("Pax.dat")
x <- binMatrix(x[,1], lineTime = 1e-3, nIntervals = 500,
columns = 64, mode = "mean", plot = F)
image.plot(x)
# }
Run the code above in your browser using DataLab