kRp.hyphen-methods: Getter/setter methods for sylly objects

Description Usage Arguments Details Examples

Description

These methods should be used to get or set values of hyphenated text objects generated by functions like hyphen().

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
describe(obj, ...)

## S4 method for signature 'kRp.hyphen'
describe(obj)

describe(obj, ...) <- value

## S4 replacement method for signature 'kRp.hyphen'
describe(obj, ...) <- value

language(obj)

## S4 method for signature 'kRp.hyphen'
language(obj)

language(obj) <- value

## S4 replacement method for signature 'kRp.hyphen'
language(obj) <- value

hyphenText(obj)

## S4 method for signature 'kRp.hyphen'
hyphenText(obj)

hyphenText(obj) <- value

## S4 replacement method for signature 'kRp.hyphen'
hyphenText(obj) <- value

## S4 method for signature 'kRp.hyphen'
x[i, j]

## S4 replacement method for signature 'kRp.hyphen'
x[i, j] <- value

## S4 method for signature 'kRp.hyphen'
x[[i]]

## S4 replacement method for signature 'kRp.hyphen'
x[[i]] <- value

Arguments

obj

An object of class kRp.hyphen.

...

Additional arguments as defined by respective methods.

value

A value to set.

x

An object of class kRp.hyphen.

i

Row index.

j

Column index.

Details

Examples

1
2
3
4
## Not run: 
hyphenText(hyphenated.txt)

## End(Not run)

unDocUMeantIt/sylly documentation built on Sept. 24, 2020, 11:30 a.m.