В Mon, 24 Oct 2022 20:39:33 +0800 "Steven T. Yen" <st...@ntu.edu.tw> пишет:
> Printing this in a main program causes no problem (as shown above). > But, using the command t(mycontrol) the line gets ignored. t() doesn't print, it returns a value. In R, there's auto-printing in the toplevel context (see ?withAutoprint), but not when you move away from the interactive prompt. I think that it should be possible to use an explicit print(t(mycontrol)) to get the behaviour you desire. -- Best regards, Ivan ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.