Hi, I try my first time to write a summary method for my function. The result of my function is a list of two objects (2 arrays). In my summary both objects should be displayed but with a some introductory text like:
ls <- list(A="A123",B="B123") summaryout=function(x,...){ cat("This is output A:/n") x$A cat("This is output B:"/n") x$B } How can I achieve that both list-elements are displayed and the lines inbetween, so that it looks nice? As the single list elements are arrays (partly 5-dimensional) is there a nice way to display them i a summary or print method? cheers, best regards, Johannes -- Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.