All functions |
|
---|---|
Converts all NA objects in a vector to "None" |
|
Converts all "None" objects in a vector into NA |
|
Adds changepoints annotations to a plotly plot. |
|
Add a new edge to a visNetwork edge dataframe |
|
Add a new node to a visNetwork node dataframe |
|
Adds a recursive null edge |
|
The application server-side |
|
Creates a 'label' array for a graphdf, given the columns that you want to include in the label and the seperator |
|
Creates an individual label for an individual edge |
|
Create a details drop-down with the given summary and content |
|
Takes in a row from a graph dataframe, returns that row formatted as R code |
|
Generates a visNetwork from a list of nodes and edges |
|
Takes in a graph dataframe, returns the graph formatted as R code |
|
Turns a graph dataframe (from gfpop) into a list that can be read by visNetwork |
|
Creates an inline block div component aligned top with the given width percentage |
|
Make a changepoint data.table |
|
Make a vector of relative changepoint locations to use as input to gfpop's generateData function. |
|
Make a changeregion data.table |
|
analysis Server Function |
|
home Server Function |
|
Core functionality of the home server function |
|
Edits a visNetwork data based on the given command, consistent with the format of commands passed to the _graphChange observers in visNetwork-shiny |
|
Run the Shiny Application |
|
Selects the columns from this graph dataframe that are relevant to gfpop |
|
Allows to update old visNetwork edges from a new gfpop graphdf, while only updating certain columns |
|
Turns a list that can be read by visNetwork into graph dataframe (for gfpop) |