I will assume that a "quality table" is a LaTeX tabular environment,
possibly with some
nested row or column structures.  For that I recommend the latex
function in the Hmisc
package.  The examples in ?latex are simple.  Quite complex
structures, for example, with
nested sets of labled rows and columns, can be built by using some of
the many optional
arguments.  The resulting .tex file can be input into your larger .tex file.

The default settings use the system latex command to build and immediately
display a dvi file of the table (or other R object).
For Mac or WIndows I use pdflatex to build and display a pdf file.  This needs
options(latexcmd='pdflatex');options(dviExtension='pdf');options(xdvicmd='open')
Some linux versions will need a different value for the xdvicmd
option.  See ?latex
for discussion of options.

You can embed R graphics into your table using the microplot package.
See the examples,
vignette, and demos for details.  Microplots can be use to place
graphics in html files and
other file types.

Rich

On Sun, Mar 26, 2017 at 10:16 AM, MyCalendar <renta...@gmail.com> wrote:
> Hi R'ers:
> After browsing for a good package for quality table construction, I found 
> nothing.
> Any advice?
> Thanks
> Bruce
>
> -------
> ______________________________________________
> 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.

______________________________________________
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.

Reply via email to