CPvals - what decides the size

What decides the value of the cp in this code?

cpVals = data.frame(cp = seq(0, .1, by =.002)

This gives the values from 0 to 1, but can I change it to for example

cpVals = data.frame(cp = seq(0, .01, by =.002))

Can someone explain the differences?

Thanks

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.