if (FALSE) {
# standard usage (it builds a corpus from a set of text files):
stylo.networks()
# to take advantage of a dataset provided by the library 'stylo',
# in this case, a selection of Amarican literature from the South
data(lee)
help(lee) # to see what this dataset actually contains
#
stylo.network(frequencies = lee)
}
Run the code above in your browser using DataLab