0

This may be an old question but I am unable to get a solution.

I have the following sequence of numbers

  sequence1<-c(1,.5, .025,10,230,.006,.11)

Is there a way to convert these into scientific notation such that the output is

  "1"        "5*10^-2"  "1*10"       "2.3*10^2"    "6*10^-3"  "1.1*10-1".

I am unable to find a function but have looked all over

0 Answers0