Displaying 3 results from an estimated 3 matches for "waldir".
Did you mean:
caldir
2012 Mar 01
3
how to change or copy to another the names of models
...nly the last model with n = 30 and with the
name "model_ANN"
Question
how can I change the name of the model (model_ANN) at each end of cycle of
i values?
I have already tryied "copy, save, rename,.........." but unsuccessfully
thanks for any answer
--
________________________
Waldir de Carvalho Junior
Pedologia/Pedologue
Pesquisador/Chercheur
Embrapa Solos/INRA - UMR- LISAH
[[alternative HTML version deleted]]
2009 Mar 06
1
Thousand separator on axis
Is there an easy way to add a thousand separator mark on the axis of a
plot? The best solution I've found so far is the following:
y <- seq(0, 100000, 10000)
plot(y, yaxt = "n", ylab = "")
axis(2, at = y, labels = formatC(y, big.mark = " ", format = "d"), las=2)
But that seems like quite a hassle to do every time around. Is there a way
to get the
2009 Mar 24
0
Probability trees
How can I create probability trees in R? I've searched everywhere I could
and still have no clue. :-/
[[alternative HTML version deleted]]