Skip to content

nalcala/ProjectLeadRship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectLeadRship

The goal of ProjectLeadRship is to provide functions to vizualise and quantify various aspects of project leadership.

Installation

You can install the development version of ProjectLeadRship from GitHub with:

# install.packages("devtools")
devtools::install_github("nalcala/ProjectLeadRship")

Example

This is a basic example which shows you how to plot a risk-reward project bubble plot

library(ProjectLeadRship)
library(tibble)

data <- tibble::tibble(Success_prob=c(0.1,0.9),Reward=c(0.3,0.7),Effort=c(0.3,0.5),Project=c("A","B"),Group=c("Old","New"))
plot_risk_reward(data)

About

R scripts to help project leadership

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages