changeset 444:1eb6a2e78ffa

Remove texinfo note for MatLab compatibility since function now handles 2D data properly
author carandraug
date Tue, 01 Feb 2011 01:48:23 +0000
parents 392ce143ecc0
children 654b3ffe1ec7
files inst/corr2.m
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/inst/corr2.m
+++ b/inst/corr2.m
@@ -19,10 +19,6 @@
 ## @var{I}, @var{J} must be real type matrices or vectors of same size.
 ## @seealso{cov, std2}
 ##
-## @strong{Note:} To replicate the behaviour of MatLab's corr2, use the form
-## @example
-## r = corr2(I(:), J(:))
-## @end example
 ## @end deftypefn