Displaying 1 result from an estimated 1 matches for "mymetr".
Did you mean:
mymeta
2012 Feb 03
1
incomplete final line found on <name of my sourced function file>
...contains dates
# inars - names of the variables to be graphed
# myfunction - function to be used (mean or sum)
# my metric - string for the metric
# mytitle - title of the graph
# fixedy - if 1, range on y axis starts with zero
# indata=en;datesvar="Week";invars=seas[5];myfunction=mean
# mymetric="TEST";fixedy=0;title="BLA"
mylines = function(indata,datesvar,invars,myfunction,mymetric,mytitle,fixedy=0)
{
all.colors<-c("#E0EEEE","#0000CD","#D4D4D4","#FFC1C1","#FFDEAD","#9ACD32",
"#99CCFF",&quo...