Avoid political statements.

... Which would probably need to be updated ;-)
time-shift
Stéphane Adjemian (Charybdis) 2020-02-15 17:37:38 +01:00
parent d75363606b
commit 8ae5690e71
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 4 additions and 4 deletions

View File

@ -2111,13 +2111,13 @@ The dseries class
::
>> ts0 = dseries(ones(2,3));
>> ts1 = ts0.rename({'Tree','Worst','President'})
>> ts1 = ts0.rename({'TinkyWinky','Dipsy','LaaLaa'})
ts1 is a dseries object:
| Bush | Worst | President
1Y | 1 | 1 | 1
2Y | 1 | 1 | 1
| TinkyWinky | Dipsy | LaaLaa
1Y | 1 | 1 | 1
2Y | 1 | 1 | 1
.. dseriesmethod:: save(A, basename[, format])