-
- Downloads
Changed behaviour when two dseries have common variables.
If a variable, say x, is defined both in dseries objects o and p, then merge(o, p) will select the variable x as defined in the second input, p, except for NaNs elements in p if corresponding elements in the first input, o, are numbers.