Description Usage Arguments Author(s) Examples
View source: R/convergenceCheck.R
Read in all information from gdx file and create the convergenceCheck.pdf to check tax convergence
| 1 2 3 4 5 | convergenceCheck(
  gdx,
  y = c(seq(2005, 2060, 5), seq(2070, 2100, 10)),
  file = "convergenceCheck.pdf"
)
 | 
| gdx | GDX file | 
| y | time span for the data in line plots, default: y=c(seq(2005,2060,5),seq(2070,2100,10)) | 
| file | a file name the output pdf | 
Lavinia Baumstark
| 1 | ## Not run: convergenceCheck(gdx="fulldata.gdx")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.