Não foi possível enviar o arquivo. Será algum problema com as permissões?
Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
Ambos lados da revisão anterior Revisão anterior Próxima revisão | Revisão anterior | ||
pessoais:jcfaria [2012/08/01 09:31] jcfaria [section 1] |
pessoais:jcfaria [2012/08/01 19:25] (atual) jcfaria |
||
---|---|---|---|
Linha 598: | Linha 598: | ||
</code> | </code> | ||
- | ==== Scripts ==== | + | ==== Funções úteis ==== |
=== Superfície de resposta === | === Superfície de resposta === | ||
== Função plotlm3d == | == Função plotlm3d == | ||
Linha 796: | Linha 796: | ||
</code> | </code> | ||
- | == Testar função plotlm3d == | + | == Usando a função plotlm3d == |
<code> | <code> | ||
#=============================================================================== | #=============================================================================== | ||
# Name : Script to test plotlm3d | # Name : Script to test plotlm3d | ||
# Author : Jose Claudio Faria and Duncan Murdoch | # Author : Jose Claudio Faria and Duncan Murdoch | ||
- | # Date (dd/mm/yy): 23/7/06 07:21:23 | + | # Date (dd/mm/yy): 2012/07/01 |
- | # Version : v17 | + | # Version : v18 |
# 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 = Species, | groups = Species, | ||
xlab = 'SL', | xlab = 'SL', | ||
- | 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 = 'SL', | xlab = 'SL', | ||
- | ylab = 'PL', | + | ylab = 'SW', |
- | zlab = 'SW', | + | zlab = 'PL', |
grid = F, | grid = F, | ||
sphere.factor = 1)) | sphere.factor = 1)) | ||
Linha 845: | Linha 845: | ||
surface = T, | surface = T, | ||
xlab = 'SL', | xlab = 'SL', | ||
- | ylab = 'PL', | + | ylab = 'SW', |
- | zlab = 'SW', | + | zlab = 'PL', |
grid = F, | grid = F, | ||
sphere.factor = 1)) | sphere.factor = 1)) | ||
Linha 862: | Linha 862: | ||
box = F, | box = F, | ||
xlab = 'SL', | xlab = 'SL', | ||
- | ylab = 'PL', | + | ylab = 'SW', |
- | zlab = 'SW', | + | zlab = 'PL', |
grid = F, | grid = F, | ||
sphere.factor = 1)) | sphere.factor = 1)) |