StatisticalServicesCentre / ClimateObject

This R code
GNU General Public License v3.0
0 stars 7 forks source link

Creating Climate Object on Yearly data set. #20

Open ntfredo opened 9 years ago

ntfredo commented 9 years ago

To be able to create climate object on yearly dataset(s) we need to specify data_time_periods as a list. Example: samrain_obj <- climate$new(data_tables = list (samrain = samrain), data_time_periods = list("yearly") ).

dannyparsons commented 9 years ago

This works for me when I imported my yearly data. It seems functional already.

On 9 June 2015 at 10:33, Frederic Ntirenganya notifications@github.com wrote:

To be able to create climate object on yearly dataset(s) we need to specify data_time_periods as a list. Example: samrain_obj <- climate$new(data_tables = list (samrain = samrain), data_time_periods = list("yearly") ).

— Reply to this email directly or view it on GitHub https://github.com/StatisticalServicesCentre/ClimateObject/issues/20.