I know about the trimmed mean function.
Is there a function that trims values of an array, vector ect
cheers
--
View this message in context:
http://r.789695.n4.nabble.com/Trimmed-Sample-tp2328139p2328139.html
Sent from the R help mailing list archive at Nabble.com.
__
Simple question.
How do you change the standard plotting function so that points are solid
and can have a pretty colour?
Thanks for the help
--
View this message in context:
http://r.789695.n4.nabble.com/Colour-Point-Plot-tp2321433p2321433.html
Sent from the R help mailing list archive at Nabb
Here is my code
# determine the DDOA measurements
for(e in 1:numSensors)
{
for(f in 1:numSensors)
{
if((combos[e,f]==1)
{
I have some code that is working.
The code calculates the error from the real vale when it does a run.
The error in metres in called
errorxy
I want to do 10 runs of the code and everytime it does a run I want to an
output of the errorxy, so that it can form an array.
I am guessing I should u
4 matches
Mail list logo