R/prep_writeMfiles.r

## for the metadata file
md_st_head <- "####################################################################\n#################### aquap2 metadata file ##########################\n####################################################################\n### do NOT change the names of the variables !!  ####\n\n"
md_st_foot <- "\n\n\n### do NOT change the names of the variables !!  ####\n####################################################################\n"

	





## for analysis procedure
ap_st_head <- "####################################################################\n############### aquap2 analysis procedure file #####################\n####################################################################\n\n### do NOT change the names of the variables !!  ####\n\n    ################################################################\n    ##################### split dataset ############################\n    ################################################################\n"
ap_st_endOfSplit <- "	################################################################\n\n\n\n    ################################################################\n    ########## ap_statiap_stics & specific plotting options ##############\n    ################################################################\n"
ap_d_bm <- "   #########################\n    ###  XXX\n"
ap_st_em <- "    	#########################\n"
ap_st_plot <- "    ################################################################\n\n\n    ################################################################\n    ################ general plotting options ######################\n    ################################################################\n"
ap_st_foot <- "    ################################################################\n### do NOT change the names of the variables !!  ####\n####################################################################\n"
bpollner/aquap2 documentation built on March 29, 2024, 7:33 a.m.