Last active
November 14, 2017 09:39
-
-
Save verajosemanuel/b8aa3b33c81ffa545ab91c7b3e2e0a5d to your computer and use it in GitHub Desktop.
#microbenchmark in #R
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mb <- microbenchmark(function_1(df), function_2(df), function_3(df), function_4(df)) | |
library(ggplot2) | |
autoplot(mb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment