Displaying 3 results from an estimated 3 matches for "fabianezt".
Did you mean:
fabianezte
2012 Aug 15
2
to remove columns and rows
Dear,
I am using R I'm trying to identify and remove columns and rows in a data
frame that are has elements equals. For example in dataframe below. The
columns 1, 2,3,4,5 ,6 and 10 (file1) has elements equal then should be
removed. How can I ask R to remove those columns with same elements in new
dataframe (file2) to result a matrix as follows:
file1
1 0 2 2 1 1 5 1 1 1
1 0
2011 Apr 12
1
font Times New Roman and size 9 of labels of graphics
Hello,
I wonder how to change the font of
chart to Times New Roman and size 9.
Attached is the graphic I need to make these changes
Thanks
2011 Apr 12
2
font and size times New Roman
Hello
I wonder how to change the font of
chart to Times New Roman and size 9.
plot(c(0,100,20),c(0,600,50), xlab= 'Idade(meses)', ylab="Peso(kg)",
type = "n", axes=F)
axis(1, pos=0, at=seq(0,100,20))
axis(2, pos=0, at=seq(0,600,100))
t<- seq(0,100,1)
TA=543.56*(1-0.8976*exp(-0.0522*t))
NI=498.97*(1-0.9259*exp(-0.0494*t))
RC=514.57*(1-0.9112*exp(-0.0499*t))