Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FATelarico authored Feb 27, 2022
1 parent 9e1aad8 commit 7bfef0f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This repository contains a GUI built in R Shiny to help users access specific fu
The app’s many option and east of use make blockmodeling and basic network analysis in R easier to execute and understand than via command line. In fact, the GUI requires no coding experience, allowing researchers and laymen to access visualisations and information about blockmodeling in a simple way. The breadth of network analyses than can be executed is arguably not too extended, but the focus when it comes to computation is here on blockmodeling. Thus making, the app could find an apt use in a graduate class in quantitative methods in social science as well.

The app supports different types of inputs:
|File type |File type |Extension |R function |``Package`` |
|:----------------|:----------|:----------------|:-------------|:------------------|
|Adjacency matrix |plain/text |.txt; .csv; .tab |read.delim() |``base`` |
|Edge list |plain/text |.txt; .csv; .tab |read.delim() |``base`` |
|Incidence matrix |plain/text |.txt; .csv; .tab |read.delim() |``base`` |
|Pajek matrix |Pajek |.mat |loadmatrix() |``blockmodelling`` |
|Pajek network |Pajek |.net |loadnetwork() |``blockmodelling`` |
|*File type* |*File type*|*Extension* |*R function* |*Package* |
|:-----------------|:----------|:----------------|:-----------------|:------------------|
|Adjacency matrix |plain/text |.txt; .csv; .tab |``read.delim()`` |``base`` |
|Edge list |plain/text |.txt; .csv; .tab |``read.delim()`` |``base`` |
|Incidence matrix |plain/text |.txt; .csv; .tab |``read.delim()`` |``base`` |
|Pajek matrix |Pajek |.mat |``loadmatrix()`` |``blockmodelling`` |
|Pajek network |Pajek |.net |``loadmatrix()`` |``blockmodelling`` |

0 comments on commit 7bfef0f

Please sign in to comment.