smoothColumn()¶
- smoothColumn(colname, tol=33)¶
Tweaks cell onsets so that there is a maximum of
tolmilliseconds between each cell. If two cells are less thantolapart, it moves on to the next pair of cells; if there is a larger gap thantol, the second cell’s onset is set to the first cell’s offset.Parameter
Type
Description
colnameString
Name of the column that you wish to modify.
tolInteger
The tolerance you are willing to accept between a cell’s offset and the next cell’s onset. By default, this is 33ms.
Returns
Nothing. In addition,
smoothColumn()automatically writes its changes back to the spreadsheet, so you do not need to write the changes usingsetColumn().
