Romain Lorrilliere wrote: > Hi, > > do you know, a method to convert an decimal value (integer) to the > corresponding hexadecimal value ? > > thinks for help. > > Romain > > You mean "representation", not "value"; the value doesn't change. One method is sprintf with the "%x" formatting code.
-Dan -- Dan Gunter. voice:510-495-2504 fax:510-486-6363 dsd.lbl.gov/~dang ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
