Displaying 2 results from an estimated 2 matches for "titlelin".
Did you mean:
titleline
2012 Apr 02
2
Reading first line before using read.table()
So far I have figured out that the following line
reads our time series files into R OK.
dtLs$dta <- read.table("C:/TryRRead/datFiles/JFeqfi4h.rta", header = TRUE,
sep = ",", colClasses = "character")
But I have to remove a main-title line so
that the first line is the column titles line.
This leads to having two sets of data files around when
we would rather
2012 Nov 20
3
Greek letters on title
Hi all,
I want to plot a series "x" and I want to put on title "Time evolution with
alpha=0.2", e.g.,
plot(x, main="Time evotion with alpha=0.2",col="orange")
Is there any posibility to put the greek letter and avoid written the word?
Many thanks in advance.
[[alternative HTML version deleted]]