Displaying 2 results from an estimated 2 matches for "rllll".
Did you mean:
llll
2010 Mar 13
2
Un poco de ayuda con xtable
...a de ejemplo:
vv<-rbind(c(1,1,0,1),c(0,0,1,1))
vv[2,3]<-<-paste("\\textbf{",vv[2,3],"}",sep="")
xtable(vv)
> xtable(vv)
% latex table generated in R 2.10.1 by xtable 1.5-6 package
% Sat Mar 13 20:12:43 2010
\begin{table}[ht]
\begin{center}
\begin{tabular}{rllll}
\hline
& 1 & 2 & 3 & 4 \\
\hline
1 & 1 & 1 & 0 & 1 \\
2 & 0 & 0 & $\backslash$textbf\{1\} & 1 \\
\hline
\end{tabular}
\end{center}
\end{table}
Como veis, hábilmente xtable ha enmascarado el código latex de la
negrita. El planteamiento es...
2012 Apr 26
6
print table on plot
Hello,
I would like to be able to plot an array on a plot, something like:
|arg1 | arg2 | arg3
val1| 0.9 | 1.1 | 2.4
val2| 0.33 | 0.23 | -1.4
val3| hello| stop | test
I know Rwave is good to report but don't want to use it.
? Is there a package that allow quick and dirty plot of dataframes like this
?
Thanks a lot
--
View this message in context: