Displaying 2 results from an estimated 2 matches for "interpunct".
2012 Aug 09
2
Add interpunct (dot) symbol to axis label?
I'm having problems creating an axis label for a plot.
y_label = expression(paste(plain('CPUE
'),plain('(fish'),plain('x'),plain('h'^{-1}),plain(')')))
I'd like to replace the "x" with an interpunct symbol (dot). Any
suggestions how to do this?
Thanks in advance.
[[alternative HTML version deleted]]
2009 Sep 30
1
Overview of error and warning messages for teaching + examples
Dear all,
The background: as I didn't find a manual specifically directed
towards debugging R code on a novice and intermediate level, I decided
to write a student manual myself. I have some basic examples of errors
(the classical interpunction and writing mistakes), but have the
feeling that I miss quite some of the frequently occuring mistakes and
messages. Therefore I'm looking around to find a list of these, and if
possible, some examples of wrong R code.
I have been googling around a bit, but I couldn't find an overview o...