Displaying 4 results from an estimated 4 matches for "lesandro".
Did you mean:
leandro
2009 Jun 25
2
How to draw a line in plot when I know the start point(x1, y1) and end point(x2, y2)?
...plot when I know the start point(x1,y1) and end point(x2,y2)? I need make this as additional information in the graph:
plot(wl2[[1]],wl2[[2]])
I think that is possible make this with the function abline(), is possible? I looked the function lines() too, but don't understand as make.
Thanks!
Lesandro
Veja quais são os assuntos do momento no Yahoo! +Buscados
[[alternative HTML version deleted]]
2009 Jun 11
2
How to force R to print 2 decimal places in column of a data.frame?
...decimal places in column of a data.frame? I tried to do so:
x = inp(format(rounf(inp$Tamanho, 2), nsmall = 2),)
where "INP" is data.frame and "Size" is the name of column. But has error:
Error in eval.with.vis(expr, envir, enclos) :
could not find function "inp"
Lesandro
Veja quais s?o os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
2009 Jun 11
2
How to order an data.table by values of an column?
Hello!
Can you help me? How to order an data.table by values of an column?
Per example:
Table no initial
Categ Perc
468 31.52
351 27.52
0 0.77
234 22.55
117 15.99
table final
Categ Perc
0 0.77
117 15.99
234 22.55
351 27.52
468 31.52
Lesandro
Veja quais são os assuntos do momento no Yahoo! +Buscados
[[alternative HTML version deleted]]
2009 Jun 25
0
(Resolved) How to draw a line in plot when I know the start point(x1, y1) and end point(x2, y2)?
Thanks Jorge and Marc,
I drew the line using the function:
segments(x0, y0, x1, y1)
Lesandro
________________________________________________________________________
--- Em qui, 25/6/09, Marc Schwartz <marc_schwartz@me.com> escreveu:
De: Marc Schwartz <marc_schwartz@me.com>
Assunto: Re: [R] How to draw a line in plot when I know the start point(x1, y1) and end point(x2, y2...