Skip to content

Commit

Permalink
fixed URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrlw committed Oct 23, 2020
1 parent 19345a3 commit d41fe53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The ICON R package aims to decrease redundant scut work (data formatting) by pro
Currently, the ICON R package provides `r nrow(ICON_data)` complex networks.
As can be reasonably inferred by reading this paragraph, referring to the package as "the ICON R package" can become quite tedious with multiple mentions; as such, the R package will be referred to simply as "ICON" for the remainder of this vignette and the website will be referred to as "the ICON website".

To learn more about ICON, you can visit the associated [website](https://rrrlw.github.io/ICON), [GitHub repo](https://github.com/rrrlw/ICON), and [CRAN page](https://CRAN.R-project.org/package=ICON).
To learn more about ICON, you can visit the associated [website](https://rrrlw.github.io/ICON/), [GitHub repo](https://github.com/rrrlw/ICON), and [CRAN page](https://CRAN.R-project.org/package=ICON).

## Which datasets are included in ICON?

Expand Down Expand Up @@ -156,4 +156,4 @@ ggplot(coerced_network, aes(x = x, y = y, xend = xend, yend = yend)) +
```

Implementing an S3 generic for the `as.network` method and `ICON` class thus makes ICON datasets compatible with the network and ggnetwork packages, considerably simplifying the processes for network analysis and visualization.
ICON's [GitHub README](https://github.com/rrrlw/ICON/blob/master/README.md) provides sample code to analyze and visualize ICON complex networks using [igraph](https://CRAN.R-project.org/package=igraph) as an alternative.
ICON's [GitHub README](https://github.com/rrrlw/ICON/blob/master/README.md) provides sample code to analyze and visualize ICON complex networks using [igraph](https://CRAN.R-project.org/package=igraph) as an alternative.

0 comments on commit d41fe53

Please sign in to comment.