Arguments
obj
An object of class "kRp.tagged"
...
Additional arguments to the method (as described in this document).
every
Integer numeric,
setting the frequency of words to be manipulated. By default,
every fifth word is being transformed.
offset
Either an integer numeric,
sets the number of words to offset the transformations. Or the
special keyword "all"
,
which will cause the method to iterate through all possible offset values
and not return an object, but print the results (including the list with changed words).
replace.by
Character, will be used as the replacement for the removed words.
fixed
Integer numberic,
defines the length of the replacement (replace.by
will
be repeated this much times). If set to 0,
the replacement wil be as long as the replaced word.