# Graph of the 'Action' article in the french wiki.
graph_page('Action')
# Graphing a group of page
page <- c('Karl Marx','Classe sociale','Industrie')
# Return a graph where the 3 edges represents 'Karl Marx', 'Classe sociale' and 'Industrie',
# and the vertices the link present or not beetween this pages.
g <- graph_page(page)
Run the code above in your browser using DataLab