function output = child(obj, irec) %CHILD Spawn a child of a pricklypear object % PP.irec -> [] % P = child(PP, 2) % P.irec -> 2 % % See also pricklypear/parent output = pricklypear(experiment(obj), irec); end