Displaying 4 results from an estimated 4 matches for "colormod".
Did you mean:
colormode
2007 Jul 23
2
R2.6 bug in arithmetics of S4 classes inherited from 'array', or intended behavior?
Hi,
I have an S4 class directly derived from 'array' as shown in the code
below (EBImage package of Bioconductor 2.1, devel), it simply contains
array adding a couple of slots:
setClass ("Image",
representation (colormode="integer", filename="character",
compression="character", resolution="numeric", features="list"
),
prototype (colormode= Grayscale, filename="no-name",
compression="JPEG",
resolution=c(2.5e+6, 2.5e+6), features=list...
2012 Jun 20
1
Question on EBImage package
...50 1.656 1.548000
[2,] 1.555 1.235 1.245454
[3,] 1.245 1.848 1.989000
[4,] 1.265 1.959 1.240000
I then use the resize function to increase the size of the matrix to a 6 by 10 matrix, but unfortunately there is a glitch: all of the numbers come out as ones:
> y = resize(b,6,10)
> y
Image
colormode: Grayscale
storage.mode: double
dim: 6 10
nb.total.frames: 1
nb.render.frames: 1
imageData(object)[1:5,1:6]:
[,1] [,2] [,3] [,4] [,5] [,6]
[1,] 1 1 1 1 1 1
[2,] 1 1 1 1 1 1
[3,] 1 1 1 1 1 1
[4,] 1 1 1 1 1 1
[...
2007 Oct 31
2
Shell Bash with R
...ew data
automatically also in PDF.
For example:
bash created files: hello.data , world.data
how R created these files in pdf?
please look my plot.R
My plot.R:
source("plotter.R")
data <- loadResults("X.data.bz2")
plotColorMode <- cmColor
plotHideLegend <- FALSE
plotLegendSizeFactor <- 0.8
plotOwnOutput <- FALSE
plotFontFamily <- "Helvetica"
plotFontPointsize <- 22
plotWidth <- 10
plotHeight...
2006 Oct 16
2
CUPS Problem
...53:54 -0600] [Job 21] renderer command: gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="deskjet 3320" -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -r300 -sIjsParams=Quality:Quality=0,Quality:ColorMode=2,Quality:MediaType=0,Quality:PenSet=1 -dIjsUseOutputFD -sOutputFile=- -
D [15/Oct/2006:14:53:54 -0600] [Job 21] foomatic-gswrapper: gs '-dBATCH' '-dPARANOIDSAFER' '-dQUIET' '-dNOPAUSE' '-sDEVICE=ijs' '-sIjsServer=hpijs' '-sDeviceManufacturer=HEW...