Calendar duration in weeks
returns
an array representing calendar weeks equivalent to the values in W
= calweeks(X
)X
.
If X
is a numeric array, then W
is
a calendarDuration
array with each element equal
to the number of calendar weeks in the corresponding element of X
.
If X
is a calendarDuration
array,
then calweeks
returns the number of whole weeks
equivalent to each calendar duration in X
.