Skip to content

Instantly share code, notes, and snippets.

@yutannihilation
Created January 14, 2020 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yutannihilation/e0fc5c7823b0a21463572e1bf74eb369 to your computer and use it in GitHub Desktop.
Save yutannihilation/e0fc5c7823b0a21463572e1bf74eb369 to your computer and use it in GitHub Desktop.
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