cat("The units for the water quality data are: ",INFO$param.units,".\n")
cat("It is helpful to set up a constiuent abbreviation when doing multi-constituent studies, enter a unique id (three or four characters should work something like tn or tp or NO3).\nIt is case sensitive. Even if you don't feel you need an abbreviation you need to enter something (no quotes):\n")
localINFO$constitAbbrev<-readline()
INFO$constitAbbrev<-readline()
}else{
localINFO$constitAbbrev<-localINFO$paramShortName
INFO$constitAbbrev<-INFO$paramShortName
}
}else{
if(interactive){
localINFO$paramNumber<-NA
INFO$paramNumber<-NA
cat("Enter a long name for the water quality data (no quotes):\n")
localINFO$param.nm<-readline()
INFO$param.nm<-readline()
cat("Enter a short name to be used in graphs and tables(no quotes):\n")
localINFO$paramShortName<-readline()
INFO$paramShortName<-readline()
cat("It is helpful to set up a constiuent abbreviation when doing multi-constituent studies, enter a unique id (three or four characters should work something like tn or tp or NO3).\nIt is case sensitive. Even if you don't feel you need an abbreviation you need to enter something (no quotes):\n")
localINFO$constitAbbrev<-readline()
INFO$constitAbbrev<-readline()
cat("Enter the units of the water quality data(no quotes):\n")