Raw Message
Message-ID: <1075976983.40221b17ea051@imp3-q.free.fr> Date: 2004-02-05T10:29:43Z From: meriema.aupetit@free.fr Subject: (no subject) Hello, Splus contains the function intbin(x,l). This function allows to make a conversion from an integer x to a binary of length l. for example intbin(3,2) returns 11 intbin(3,3) returns 011 Do you know how to do it in R ? Thank you meriema