Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
| Ambos lados da revisão anteriorRevisão anteriorPróxima revisão | Revisão anterior | ||
| pessoais:jcfaria [2012/08/01 09:31] – [section 1] jcfaria | pessoais:jcfaria [2012/08/01 19:25] (atual) – jcfaria | ||
|---|---|---|---|
| Linha 598: | Linha 598: | ||
| </ | </ | ||
| - | ==== Scripts | + | ==== Funções úteis |
| === Superfície de resposta === | === Superfície de resposta === | ||
| == Função plotlm3d == | == Função plotlm3d == | ||
| Linha 796: | Linha 796: | ||
| </ | </ | ||
| - | == Testar | + | == Usando a função plotlm3d == |
| < | < | ||
| # | # | ||
| # Name : Script to test plotlm3d | # Name : Script to test plotlm3d | ||
| # Author | # Author | ||
| - | # Date (dd/ | + | # Date (dd/ |
| - | # Version | + | # Version |
| # Aim : To plot 3d scatter, an or, surfaces with rgl package | # Aim : To plot 3d scatter, an or, surfaces with rgl package | ||
| # | # | ||
| Linha 816: | Linha 816: | ||
| groups | groups | ||
| xlab = ' | xlab = ' | ||
| - | ylab = 'PL', | + | ylab = 'SW', |
| - | zlab = 'SW', | + | zlab = 'PL', |
| grid = F, | grid = F, | ||
| sphere.factor = 1)) | sphere.factor = 1)) | ||
| Linha 832: | Linha 832: | ||
| box = T, | box = T, | ||
| xlab = ' | xlab = ' | ||
| - | ylab = 'PL', | + | ylab = 'SW', |
| - | zlab = 'SW', | + | zlab = 'PL', |
| grid = F, | grid = F, | ||
| sphere.factor = 1)) | sphere.factor = 1)) | ||
| Linha 845: | Linha 845: | ||
| surface | surface | ||
| xlab = ' | xlab = ' | ||
| - | ylab = 'PL', | + | ylab = 'SW', |
| - | zlab = 'SW', | + | zlab = 'PL', |
| grid = F, | grid = F, | ||
| sphere.factor = 1)) | sphere.factor = 1)) | ||
| Linha 862: | Linha 862: | ||
| | | ||
| | | ||
| - | | + | |
| - | | + | |
| | | ||
| | | ||