Displaying 3 results from an estimated 3 matches for "wieved".
Did you mean:
sieved
2008 Oct 23
3
USB support
Hello Everybody! :D :D :D
I changed from Windows to Ubuntu a short time ago. Under Win I programmed microcontrollers with Microchip PicKit2 programmer, which has USB connection.
After I installed Ms .NET Framework 2.0 with winetricks, the Wine enablet do install PicKit2 program; it runs, but can not wiev / handle programmer, which I plug in to an USB port.
Please help me. Have any USB
2004 Oct 06
1
problems with bitmap images in windows XP
..., col="red")
dev.off()
-------
jpeg("test.jpeg", bg="green")
plot(1:10, 1:10, col="red")
dev.off()
---
jpeg("test.jpeg", bg="white")
plot(1:10, 1:10, col="red")
dev.off()
Now, all of this gives a bluish background when wieved with Windows
Picture and Fax wiever or with the GIMP-2.0
The bg= argument does not seem to have any effect.
Now repeating in rw191:
jpeg("test.jpeg", bg="orangered")
plot(1:10, 1:10, col="blue")
dev.off()
and the background is blue (not the same "bluish"...
2011 Feb 02
2
Help me apply mapply
Hello all I would like to ask your help use mapply.
I have a function called findCell that takes two arguments(x,sr)
where x is a vector of size two (e.g x<-c(2,3) and sr is a matrix.
I would like to call many times the findCell function (thus I need mapply) for different x inputs but always for the same sr.
as x is a vector of size two (two cells) I want to pass inside inside the following