Linear function axis scaling in R

前端 未结 0 1537
广开言路
广开言路 2020-12-12 01:22

I have the following function

C=15
S=seq(0,12,.1)
pA=1
pS=0.5

    
    A <- function(S) (C/pA)-(pA/pS)*S
    
    plot (S, A(S), type="l", col=&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题