| invData | R Documentation | 
A data frame with 2280 observations on 6 variables presented below.
year | 
 year.  | 
NUTS4 | 
 NUTS 4 code (powiats).  | 
NUTS2 | 
 NUTS 2 code (voivodships).  | 
NUTS4type | 
 type of NUTS 4 (1 - land counties, 2 - city counties/cities with powiat status).  | 
investments | 
 investment outlays in millions PLN, in current prices; data concern Polish economic entities, including independent health care facilities and cultural institutions with legal personalities in which the number of employed persons exceeds 9 (source of data: Annual survey of the economic activity of enterprises conducted by Statistics Poland).  | 
newly_registered | 
 newly registered entities of the national economy recorded in the REGON register (in thousands).  | 
Statistics Poland, https://bdl.stat.gov.pl/eng
data(invData)
hist(invData$newly_registered[invData$year==2018])
boxplot(invData$investments~invData$year)
boxplot(invData$investments[invData$year==2018]~invData$NUTS2[invData$year==2018])
boxplot(invData$investments[invData$year==2018]~invData$NUTS4type[invData$year==2018])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.