edeaR | repository moved to https://github.com/bupaverse/edeaR !! | Network Attached Storage library
kandi X-RAY | edeaR Summary
kandi X-RAY | edeaR Summary
!! repository moved to !! This repo is read-only from now one.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of edeaR
edeaR Key Features
edeaR Examples and Code Snippets
Community Discussions
Trending Discussions on edeaR
QUESTION
I have an event log data. For reproducible example, let's use the data from eventdataR
ANSWER
Answered 2021-Mar-18 at 07:52You can filter
them with dplyr
:
QUESTION
I would like to change the color of the plots that bupaR and adjacent packages output. They always use a blue color. So far I have managed to recolor the nodes of a process_map, but I would also like to color the edges and all other plots.
Further, the processmonitR/edeaR package creates dashboards, which I would like to recolor. The colors seem to be hardcoded (see here)
Example output with default colors:
...ANSWER
Answered 2020-Feb-17 at 14:46Use scale_fill = scale_fill_discrete(h = c(0, 310) + 50, l = 50, c = 150)
. Check the documentation for function arguments.
QUESTION
The script below when executed creates a process_map() with a select input. Upon selecting a resource like "r1","r2" etc. we get the corresponding process map. However I want to dynamically pass an input from the selectInput bar and update the process map within R shiny page Snapshot for your reference. Please help.
...ANSWER
Answered 2017-Sep-10 at 14:53You could do
QUESTION
the script below creates two plots within two boxes in R shiny dashboard page which are aligned to the right of the box, I wish to align these plots center of the box.These packages are the minimum required packages to create the given plots. Please help.
...ANSWER
Answered 2017-Sep-10 at 12:20The problem seems to be that the htmlwidgets are initialized with 960 pixels width or so. Two ways to override this could be:
QUESTION
When I run this R shiny script below, I get two plots with a chart for activity path derived from the patients dataset of the bupaR library called trace explorer on the left and a data table to display the activity/trace details. The chart on the left is such,that we observe various paths with sequence of horizontal traces of activities which occur one after the other. When clicked on any box in a particular trace, the trace details are presented on the right table. My requirement is that, when clicked on any box in a particular trace, the "y" or fourth column value should be taken dynamically, and I should get just one column displaying all the activities that occur in the trace. E.g. in the attached image, when clicked anywhere on the bottom most path, I should get one column with activities "Registration", "Triage and Assessment". Please help and thanks.
...ANSWER
Answered 2017-Nov-27 at 10:02I added the package dplyr
QUESTION
When I run my shiny app, the mainPanel does not render the process_map image. However, in the RStudio Viewer, the image renders. I have researched this issue and it feels like the problem is with the process_map() call, as I am not having these problems with other calls (simple ggplot/plot). I do not believe outputPlot/renderPlot is appropriate for the process_map() function. However, I am unable to determine the correct call, or a functional work around.
Here is a reproducible example. Thanks in advance for your expertise.
...ANSWER
Answered 2017-Sep-29 at 05:10process_map
gives the output of class grViz
. Hence you have to use grVizOutput
in the ui
and renderGrViz
in the server
from the DiagrammeR
package. I have modified your code as follows which gives process_map image.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install edeaR
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page