Skip to content
Prev 342777 / 398506 Next

Multiple plots and postscripts using split function

Thank you everyone for your help so far. 

I am still working on the problem to get a merged new dataframe which fills in new rows with NA values for each year that is missing for plotting with gaps ( in the example the item BARTLEY: years 1984 to 1987 should be filled with a row containing NA values). Could someone maybe help me with this? Thank you. 


    NAME               			 ID      	YEAR	VALUE
    ADAMS				885		1988	      -2
    ADAMS				885		1989		0
    BAHIA DEL DIABLO	2665	1999		4
    BAHIA DEL DIABLO	2665	2000		8
    BAHIA DEL DIABLO	2665	2001	      19
    BAHIA DEL DIABLO	2665	2002	      13
    BAHIA DEL DIABLO	2665	2003	      13
    BARTLEY				893		1983		0
    BARTLEY				893		1988		2
    BARTLEY				893		1989	       -1
    CANADA				877		1972	       -1
    CLARK CPI			894		1973	       -3

Am 01.08.2014 um 11:27 schrieb PIKAL Petr <petr.pikal at precheza.cz>: