gen_step_mto | R Documentation |
Formatting csv data in STEP mto format. The function takes dataframe with: names(dataframe)="date" "day" "year" "rain" "RayGlo_MJm" "temp_min" "temp_max" "pvap_2_m_hPa" "Wind_Speed".
gen_step_mto(workspace, dataframe, isite, year, alt, lat, hautmes)
workspace |
where you want to save the mto file |
dataframe |
the name of the dataframe to convert to mto file |
isite |
the name of the folder in which the mto file will be stored. Usually the name if the site. |
year |
the two last digits of the year. e.g. for 2012 it is "12" |
alt |
the altitude of the site |
lat |
the latitude of the site |
hautmes |
the height at which the wind speed was measured |
a folder in the workspace in which there is a mto file. e.g. for site 01 and year 2012 the file name is S0100112.mto
## Not run:
gen_step_mto(workspace = workspace,dataframe=df,isite="Dahra",
year = "12",alt=308,lat=15.4,hautmes=2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.