Title: | GUI for the Generalised Blockmodeling of Valued Networks |
---|---|
Description: | This app provides some useful tools for Offering an accessible GUI for generalised blockmodeling of single-relation, one-mode networks. The user can execute blockmodeling without having to write a line code by using the app's visual helps. Moreover, there are several ways to visualisations networks and their partitions. Finally, the results can be exported as if they were produced by writing code. The development of this package is financially supported by the Slovenian Research Agency (www.arrs.gov.si) within the research project J5-2557 (Comparison and evaluation of different approaches to blockmodeling dynamic networks by simulations with application to Slovenian co-authorship networks). |
Authors: | Fabio Ashtar Telarico [aut, cre] , Aleš Žiberna [aut] |
Maintainer: | Fabio Ashtar Telarico <[email protected]> |
License: | GPL (>= 3) |
Version: | 1.8.4 |
Built: | 2024-11-04 06:44:36 UTC |
Source: | CRAN |
Launch Shiny App
app(...)
app(...)
... |
arguments to pass to shiny::runApp |
Runs the app.
## Not run: app() # to run the app without special options app(launch.browser = T) # to run the app in a new browser session ## End(Not run)
## Not run: app() # to run the app without special options app(launch.browser = T) # to run the app in a new browser session ## End(Not run)
Get citation files
GetCitationFile( filetype = c("ris", "BibText"), folder = getwd(), overwrite = F )
GetCitationFile( filetype = c("ris", "BibText"), folder = getwd(), overwrite = F )
filetype |
Type of bibliographic file can be either |
folder |
Folder where to save the file. Defaults to |
overwrite |
Boolean. Whether to overwrite namesake files in the target folder. |
Copies the selected type of bibliographic file to the working folder.
GetCitationFile('ris') # to get the .ris file in the working folder
GetCitationFile('ris') # to get the .ris file in the working folder
Show citation info
HowToCite(...)
HowToCite(...)
... |
Options to pass to cat() |
Returns information on how to cite the app.
HowToCite() # to see information about citations
HowToCite() # to see information about citations