From 32e57e4de422efc1971ac1d0c2539bfbd3dbf879 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Wed, 18 Mar 2020 08:26:06 +0100 Subject: [PATCH] Added documentation --- man/size.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/size.Rd b/man/size.Rd index 5c2c3cb..3fe1893 100644 --- a/man/size.Rd +++ b/man/size.Rd @@ -15,7 +15,7 @@ size(x, d) This functions tries to replicate the behavior of the base function "size" in Matlab } \note{ -On MATLAB, size(1, 100) returns 1. As a matter of fact, if the user +On MATLAB, size(1, 100) returns 1. As a matter of fact, if the user calls for a dimension which x doesn't have `size()` always returns 1. R's default behavior is more reasonable in those cases (i.e., returning NA), but since the point of this function is to replicate MATLAB behaviors