Displaying 1 result from an estimated 1 matches for "initialfir".
Did you mean:
initialdir
2011 Jun 13
1
Count objects and print it into a new variable
...d if it comes
down to coding :-)
What I want to do is extract the length of a variable of a file with certain
conditions and then print this number in a new variable..
My file (yukon), contains information about fires in the Yukon Territory,
and it looks basically like this:
Fire_Year Area_Hecta InitialFir ... and other headers but they are not
important
The Fire_Year ranges from 1980-2010, the Area_Hecta contains numbers and the
InitialFir contains a date written like this: 24/05/1980
My end goal is to plot 2 plots, one with the summed area burned per year and
the other plot should show the numbe...