example of using r #2: free-hand editing of co-occurrence networks

8
Example of Using R #2: Free-Hand Editing of Co-Occurrence Networks Koichi Higuchi 1

Upload: khcoder

Post on 15-Jun-2015

3.103 views

Category:

Software


0 download

TRANSCRIPT

Page 1: Example of Using R #2: Free-Hand Editing of Co-Occurrence Networks

Example of Using R #2:

Free-Hand Editing of Co-Occurrence Networks

Koichi Higuchi

1

Page 2: Example of Using R #2: Free-Hand Editing of Co-Occurrence Networks

2

Preface

This presentation is a part of tutorials for using KH Coder.

KH Coder is a free software for quantitative content analysis or text mining. It is also utilized for computational linguistics.

Details and downloads: http://khc.sourceforge.net/en/

Page 3: Example of Using R #2: Free-Hand Editing of Co-Occurrence Networks

3

Save the Result as *.R File 1/2

(1) Click “Save”

We are going to export and edit co-occurrence networks using R.

Page 4: Example of Using R #2: Free-Hand Editing of Co-Occurrence Networks

4

Save the Result as *.R File 2/2

(2) Save as a “R Source” file.

Page 5: Example of Using R #2: Free-Hand Editing of Co-Occurrence Networks

5

Start R

(3) Double click “Rgui.bat”

Page 6: Example of Using R #2: Free-Hand Editing of Co-Occurrence Networks

6

Execute the R File You Saved

(4) Drug the “R Source” file you previously saved and drop here. The same network will be displayed.

Page 7: Example of Using R #2: Free-Hand Editing of Co-Occurrence Networks

7

Edit the Network

(5) Drug the “edit_netowrk1.r” and drop here.

(6) You can edit the network with mouse in this window.

Page 8: Example of Using R #2: Free-Hand Editing of Co-Occurrence Networks

8

Save the Edited Network

(7) Drug the “edit_netowrk2.r” and drop here.

(8) Now changes are reflected in this window. So right click on it and select “Save as.”