Displaying 3 results from an estimated 3 matches for "brise".
Did you mean:
arise
2000 May 22
1
write_socket_data: write failure
...4 bytes to client. -1. Exiting
> [2000/05/19 12:22:14, 0] lib/util_sock.c:write_socket_data(537)
> write_socket_data: write failure. Error = Relais bris? (pipe)
> [2000/05/19 12:22:14, 0] lib/util_sock.c:write_socket(563)
> write_socket: Error writing 4 bytes to socket 6: ERRNO = Relais brise (pipe)
> [2000/05/19 12:22:14, 0] lib/util sock._:send_smb(751)
Thnaks to help us.
----- La messagerie itin?rante sans abonnement NetCourrier -----
Web : www.netcourrier.com Minitel : 3615 et 3623 NETCOURRIER
T?l : 08 36 69 00 21
2003 May 26
4
spinning and flipping arrays
Hello people,
Is there some simple way of spinning and/or flipping arrays in R?
Here's what I mean.
Suppose that foo is a 2x3x4 array with the following contents: (I know
this is different than typing 'foo' at and R prompt, but I'm so used to
row major order from using APL, I have a hard time with R's output)
> foo[1,,]
[,1] [,2] [,3] [,4]
[1,] 1 2 3 4
2005 May 17
1
Sweave and paths
Is there some way to encourage \SweaveInput{foo} to find foo in a
subdirectory of a file tree? Something along the lines of the
behavior of list.files(<stuff>, recursive=TRUE). This would be very
helpful at calling small modular files, such as solution sets and the
like.
I couldn't see anything in the documentation, and I looked in the
source code, but it seems that