Displaying 3 results from an estimated 3 matches for "relu".
Did you mean:
rel
2009 Apr 09
1
reading an image and adding a legend
...p and read.jpeg() from rgl.
the pnm example provided works fine
x <- read.pnm(system.file("pictures/logo.ppm", package="pixmap")[1])
plot(x)
#draws an R logo, nice :-)
But my code returns an error
x<-read.pnm("C:/Documents and Settings/simonp/My Documents/Simon BTO/RELU/GIS data/ten km areas in analysis.bmp")
Error in pm.readmagicnumber(con) : Not a PNM format file
I have tried changing the dpi when I export the image but still no cigar.
I have dredged the help forum for related files and read the help files. My Os is windows XP and i'm running 2.8.1.
I...
2015 Apr 28
1
Disable weak ciphers in vnc_tls
Dear libvirt team,
we a currently in a pci-dss certification process and our security
scanner found weak ciphers in the vlc_tls service on our centos6 box:
When I scan using sslscan I can see that sslv3 and rc4 is accepted:
inf0rmix@tardis:~$ sslscan myhost:16514 | grep Accepted
Accepted SSLv3 256 bits DHE-RSA-AES256-SHA
Accepted SSLv3 256 bits AES256-SHA
Accepted SSLv3 128
2009 Jun 02
2
newbie help: simple operations in R
Hi, i' d like to use R for simple calculations. I show you an examples to
make clear my help request
I' ve a file .csv like this (my real file is composed by 10.000 lines and 8
columns)
x y
3 4
1 7
I' ve imported in R correctly. Now i want create a new variable named "t"
and t is defined throught this relation:
t = 4 (second element on x column) * 4 (first element on y