Re: [R] Hex Decimal Convert

2008-04-07 Thread Edwin Sendjaja
Dear John, Am Montag, 7. April 2008 01:43:07 schrieb John Fox: > Dear Edwin, > > On Mon, 7 Apr 2008 01:14:35 +0100 > > Edwin Sendjaja <[EMAIL PROTECTED]> wrote: > > Dear John, > > > > Thank you. > > > > Is there any possibility to get original stored number printed. > > R is a programming langua

Re: [R] Hex Decimal Convert

2008-04-06 Thread John Fox
Dear Edwin, On Mon, 7 Apr 2008 01:14:35 +0100 Edwin Sendjaja <[EMAIL PROTECTED]> wrote: > > Dear John, > > Thank you. > > Is there any possibility to get original stored number printed. R is a programming language, so you could in principle read an input line as character data, break it into

Re: [R] Hex Decimal Convert

2008-04-06 Thread Edwin Sendjaja
Dear John, Thank you. Is there any possibility to get original stored number printed. Because i have another coloum like: Protocol "TCP" This is gonna cause probleme (as you notice before). I dont really understand what you mean with a list. i am new with R. Thanks, Edwin Am Sonntag,

Re: [R] Hex Decimal Convert

2008-04-06 Thread John Fox
Dear Edwin, There's a distinction between the way in which a number is stored internally and the way in which it's printed. R is reading the hex numbers correctly but is printing them in decimal. You can assign the class "hexmode" to the vector containing the data and then it will print in hex: >

[R] Hex Decimal Convert

2008-04-06 Thread Edwin Sendjaja
Hello, I have a data with hexdecimal. But GNU R convert it to strange number. How can I get that hexdecimal showing in the R-table? - My Data-Table: Sender_ID Receiver_ID Other_ID 6565 0x477

[R] Hex Decimal Convert

2008-04-06 Thread Edwin Sendjaja
Hello, I have a data with hexdecimal. But GNU R convert it to strange number. How can I get that hexdecimal showing in the R-table? --- -- My Data-Table: Sender_ID Receiver_ID Other_ID 6565 0x47