Skip to content

Commit

Permalink
added infos
Browse files Browse the repository at this point in the history
  • Loading branch information
Achab94 committed May 2, 2017
1 parent 79a0566 commit 312e793
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,25 @@ Installation
# install.packages("devtools")
devtools::install_github("achab94/mplex")
```

Creating a `multiplex` structure:
------------
``` r
data(aarhus_mplex)

mplexObj <- create.multiplex(nodes = aarhus_mplex$nodes,
layersNames = aarhus_mplex$layerNames,
layer1 = aarhus_mplex$L1,
type1 = "undirected",
aarhus_mplex$L2,
aarhus_mplex$L3,
aarhus_mplex$L4,
aarhus_mplex$L5
)

class(aarhus_mplex)
```

Contacts:
------------
**Emanuele Degani**: emanuele.achab [at] gmail [dot] com

0 comments on commit 312e793

Please sign in to comment.