Displaying 2 results from an estimated 2 matches for "schnitzel".
2011 May 08
2
Rearranging variables in table in non-alphabetical (manually specified) order
...e in a custum order for using it with levelplot. So far I could only find examples showing how to sort alphabetically. Here is a short example:?
a <- c("Anna","Anna","Michael","Klaus","Klaus","Anna","Fritz")?
b <- c("Schnitzel","Pommes","Pommes","Schnitzel","Wurst","Schnitzel","Schnitzel")?
food <- matrix(c(a,b),7)
as.data.frame(food) -> tmp?
as.data.frame(table(tmp)) -> X
levelplot(X$Freq ~ X$V1 * X$V2,xlab="people",ylab="food"...
2005 May 12
1
"shared mailboxes"
Hello,
After a long search I've almost settled on dovecot as a pop3 and imap
server. I have just one problem..
Rather than have a list support at company.com, I'd like to have a shared mailbox.
The dovecot homepage explicitly states "Shared mailboxes aren't _yet_
supported."
The sentence implies that they're planned - any idea when?
Thanks