Is there any funktion like colMeans to get the maximum of the day e.g. colMax?
period.apply(df.xts, endpoints(df.xts, "days", 1), colMeans)
Or are there any other solutions? Thanks
Is there any funktion like colMeans to get the maximum of the day e.g. colMax?
period.apply(df.xts, endpoints(df.xts, "days", 1), colMeans)
Or are there any other solutions? Thanks