Created
January 14, 2020 13:52
-
-
Save yutannihilation/e0fc5c7823b0a21463572e1bf74eb369 to your computer and use it in GitHub Desktop.
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
diff -uprN caTools_archives/1.17.1.3/man/caTools-package.Rd caTools_archives/1.17.1.4/man/caTools-package.Rd | |
--- caTools_archives/1.17.1.3/man/caTools-package.Rd 2014-04-21 17:24:51.000000000 +0900 | |
+++ caTools_archives/1.17.1.4/man/caTools-package.Rd 2020-01-14 00:24:16.000000000 +0900 | |
@@ -50,6 +50,7 @@ trapz Trapezoid Rule N | |
scale="always", comment="Maunga Whau Volcano") | |
y = read.gif("volcano.gif", verbose=TRUE, flip=TRUE) | |
image(y$image, col=y$col, main=y$comment, asp=1) | |
+ file.remove("volcano.gif") | |
# test runmin, runmax and runmed | |
k=25; n=200; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment