create.Theta | R Documentation |
When a certain plane is climbng steadily at a certain angle there is the least speed, force and power to maintain lift of the the corresponding state. In this model we assume that lift is fully used (the Cl and Cd entered is the Cl and Cd of the state). Classified lists required for analysis. The output is also an objective list
create.Theta(Raw)
Raw |
Raw objective list containing basic infomations for a kinetic study |
Inspired by the kinetic analysis from the book by Tan Chu Xiong
Hao Li
theta.default
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. create(theta.default) ## The function is currently defined as function (Raw) { re = list(Raw = Raw, Out = motion_LEAST_v_ANGLE(angle = Raw$theta, state = Raw$state)) class(re) = "ThetaOut" re }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.