Question with R - Bioinformatics, Applied Statistics

Assignment Help:
Hi There,

I have a question regarding R, and I am wondering if anyone can help me.

Here is a code that I would like to understand:

squareFunc <- function(f) {
g <- function(x) {
f(x)^2
}

return(g)
}

sin.2 <- squareFunc(sin)

sin.2(1)


In the above code, function sin is nested in suquareFunc, which also has a function g inside.

I am having hard time understanding this code.

For example, if I was asked to write this code, mine would look like:

squareFunc <- function(f) {
g <- f^2
return(g)
}

sin.2 <- squareFunc(sin)

sin.2(1)

and this does not work.


I feel that argument ''f'' in in squareFunc(f) should be passed on to the function ''g'', but what g has is (x).

Obviously the first code works if I type it in R, but I would like to understand how it works.

I may not be asking the right question, but if you can see where I am confused at and can help me to understand it, that would be great.

Thank you very much in advance.

Mayumi

Related Discussions:- Question with R - Bioinformatics

Option price binomial tree, Modify your formulas from (1) to compute the pr...

Modify your formulas from (1) to compute the price at time 0 of an American put option with the same contract speci cations in the binomial model. Report the price of the American

Utility function, The decision maker ranks lotteries according to the utili...

The decision maker ranks lotteries according to the utility function (i) State the independence assumption. Does this decision maker satisfy it? (ii) Is this decision ma

Sampling error , Sampling Error  It is the difference between the value...

Sampling Error  It is the difference between the value of the actual population parameter and the sample statistic. Samples are used to arrive at conclusions regarding the p

Kolmogorov-smirnov - normal probability plot, The Null Hypothesis - H0:  Th...

The Null Hypothesis - H0:  The random errors will be normally distributed The Alternative Hypothesis - H1:  The random errors are not normally distributed Reject H0: when P-v

Probability function, Among the students doing a given course, there are fo...

Among the students doing a given course, there are four boys enrolled in the ordinary version of the course, six girls enrolled in the ordinary version of the course,and six boys e

Discriminant analysis, Discriminant analysis (DA) helps to determine which ...

Discriminant analysis (DA) helps to determine which variables discriminate between two or more naturally occurring groups. Mathematically equivalent to MANOVA, it ' is extensively

Che, Chebychev inequality

Chebychev inequality

Find the rank correlation coefficient, 1. Calculate the mean and mode of: ...

1. Calculate the mean and mode of: Central size 15 25 35 45 55 65 75 85 Frequencies 5 9 13 21 20 15 8 3 The following data shows the monthly expenditure of 80 students of

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd