Here is the signature of the function:
function (data, iter_klust, smpl, algorithm = "Default"),
In docs we observed such a description of each attribute:
iter_klust | number of iterations for clustering with sample_n size x – present to 100
smpl | size of the sample_n to be taken with replacement out of data – preset to 100
algorithm | select analysis algorithm from BIC, PAMK, CAL, and AP – preset to BIC
As you can see the values are ether not stated at all, or "Default" is used, but it is not a valid option.
Here is the signature of the function:
function (data, iter_klust, smpl, algorithm = "Default"),
In docs we observed such a description of each attribute:
iter_klust | number of iterations for clustering with sample_n size x – present to 100
smpl | size of the sample_n to be taken with replacement out of data – preset to 100
algorithm | select analysis algorithm from BIC, PAMK, CAL, and AP – preset to BIC
As you can see the values are ether not stated at all, or "Default" is used, but it is not a valid option.