Isoresponse contour plot

Hi, i want to creat an isoresponse contour plot on a triangle graph like a SCD plan.
Is it possible to do ?

Here are an example of my codes for now :
Package : mixexp
n=3
plan=SCD(3)
DesignPoints(plan)
planM=rbind(plan, c(0.67,0.17,0.17), c(0.17,0.67,0.17), c(0.17,0.17,0.67))
DesignPoints(planM)
y=c(990,820,1260,1050,1220,1230,1320,1140,1210,1330)
donnees=data.frame(planM,y)

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.