How can I get summary in scientific format

maximusyoda

I am getting the mean, max and min of a column a by factors b

tapply(df$a,df$b,summary)

However, I want to have the numbers in Scientific format. e.g. 4.42e+03

How can I do it?

keegan
format(tapply(mtcars$mpg,mtcars$cyl,summary),scientific=TRUE)

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

How do I change the y-axis into a dollar format and avoid scientific notation?

分類Dev

How can I get a date into this format, 2013-08-09T19:08:28Z?

分類Dev

How can I format an NSDecimalNumber into a Swift string?

分類Dev

How can I format date_space_hour to a time format

分類Dev

How can i get sectionid

分類Dev

How can I format a linux liveusb so that grub can read it?

分類Dev

How can I print a summary of Maildir contents when logging into a shell?

分類Dev

How can I list data and create a summary table?

分類Dev

How can I convert a date into another format with moment.js?

分類Dev

How can I parse a C format string in Python?

分類Dev

How can I specify the format of AVAudioEngine Mic-Input?

分類Dev

How can i add my data properly in csv format?

分類Dev

How can I conditionally format my HTML table?

分類Dev

How can i format the date with Momentjs to look like this?

分類Dev

How can I change this HAML format to normal CSS style?

分類Dev

How can I push the elements into array in a desired format

分類Dev

How can I format the way Apache logs an error?

分類Dev

How can I set special chars in the git log --pretty=format?

分類Dev

How can I check the video/audio format for a MKV file?

分類Dev

How can I tell Resharper to format these field attributes differently?

分類Dev

How can I validate a string in this format: p[1 or more numbers]?

分類Dev

How do I get the current date and time in the format given Below

分類Dev

how can I get nth digit in a BigInteger?

分類Dev

How can I get Mockito working in androidTest

分類Dev

How can I get a unique thread identifier?

分類Dev

How can I get the number of enums as a constant?

分類Dev

How can I get a renderer in a-frame

分類Dev

How can I get last segment of the string?

分類Dev

How can I get array of UIStoryboard in Swift?

Related 関連記事

  1. 1

    How do I change the y-axis into a dollar format and avoid scientific notation?

  2. 2

    How can I get a date into this format, 2013-08-09T19:08:28Z?

  3. 3

    How can I format an NSDecimalNumber into a Swift string?

  4. 4

    How can I format date_space_hour to a time format

  5. 5

    How can i get sectionid

  6. 6

    How can I format a linux liveusb so that grub can read it?

  7. 7

    How can I print a summary of Maildir contents when logging into a shell?

  8. 8

    How can I list data and create a summary table?

  9. 9

    How can I convert a date into another format with moment.js?

  10. 10

    How can I parse a C format string in Python?

  11. 11

    How can I specify the format of AVAudioEngine Mic-Input?

  12. 12

    How can i add my data properly in csv format?

  13. 13

    How can I conditionally format my HTML table?

  14. 14

    How can i format the date with Momentjs to look like this?

  15. 15

    How can I change this HAML format to normal CSS style?

  16. 16

    How can I push the elements into array in a desired format

  17. 17

    How can I format the way Apache logs an error?

  18. 18

    How can I set special chars in the git log --pretty=format?

  19. 19

    How can I check the video/audio format for a MKV file?

  20. 20

    How can I tell Resharper to format these field attributes differently?

  21. 21

    How can I validate a string in this format: p[1 or more numbers]?

  22. 22

    How do I get the current date and time in the format given Below

  23. 23

    how can I get nth digit in a BigInteger?

  24. 24

    How can I get Mockito working in androidTest

  25. 25

    How can I get a unique thread identifier?

  26. 26

    How can I get the number of enums as a constant?

  27. 27

    How can I get a renderer in a-frame

  28. 28

    How can I get last segment of the string?

  29. 29

    How can I get array of UIStoryboard in Swift?

ホットタグ

アーカイブ