Re: [MORPHMET] Help needed - Extract classifiers form ID String in Geomoprh or export complete datasets from MorphoJ

2017-02-21 Thread peterdonaldwilson
Dear Marcos,
Emma is correct in recommending the base R function strsplit. If you are new to 
R it can be a challenge to use that function. You may find it easier to use 
functions in the R package stringr.
CheersPeter Wilson 


Sent from my Samsung Galaxy smartphone.
 Original message From: Emma Sherratt  
Date: 21/02/2017  09:37  (GMT+10:00) To: marcos patricio 
, morphmet@morphometrics.org Subject: Re: [MORPHMET] 
Help needed - Extract classifiers form ID String in Geomoprh or export complete 
datasets from MorphoJ 
Dear Marcos,
1- The functions you need are in base R, not in the geomorph package.use the 
function strsplit() to split a character string by any character. See related 
functions for alternatives for manipulating character strings.
2- yes. In MorphoJ, choose the dataset in the file tree then go to file, export 
dataset and choose all of the items you wish to export. 
Emma




On Tue, 21 Feb 2017 at 08:19, marcos patricio  wrote:
Dear colleagues,


I’m working
with a 2D dataset from fly wings. I have run my analysis in MorphoJ where I did
extract many classifiers from the ID string. 

Now, I’m
working with the same dataset with Geomorph, because I want to do run some 
specific
multivariate analysis  but I have two
specific questions I could not find the answer to:

1 – Is there
any function in Geomorph that is similar to “Extract classifiers from ID 
string…”
in MorphoJ?

2 – Is it
possible in MorphoJ software to export/write a file with procrustes
coordinates, Centroid size AND all the classifiers to an .csv, .txt or .xls
file?

Kind
regards,-- 
Marcos Patrício Macedo, M.Sc. 
Laboratório de Biologia Evolutiva, Departamento de Genética e Morfologia
Universidade de Brasília, Brasília, DF, 70910-900, Brasil





-- 

MORPHMET may be accessed via its webpage at http://www.morphometrics.org

--- 

You received this message because you are subscribed to the Google Groups 
"MORPHMET" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to morphmet+unsubscr...@morphometrics.org.

-- 
Sent from my thumbs



-- 

MORPHMET may be accessed via its webpage at http://www.morphometrics.org

--- 

You received this message because you are subscribed to the Google Groups 
"MORPHMET" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to morphmet+unsubscr...@morphometrics.org.

-- 
MORPHMET may be accessed via its webpage at http://www.morphometrics.org
--- 
You received this message because you are subscribed to the Google Groups 
"MORPHMET" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to morphmet+unsubscr...@morphometrics.org.


Re: [MORPHMET] Help needed - Extract classifiers form ID String in Geomoprh or export complete datasets from MorphoJ

2017-02-21 Thread marcos patricio
Dear Emma,

thank you so much for the solutions. I tried them both and they worked very
well.
I've been using R for a couple of years but still feel very noob.
Thanks for your patience.
Marcos

2017-02-20 19:37 GMT-03:00 Emma Sherratt :

> Dear Marcos,
>
> 1- The functions you need are in base R, not in the geomorph package.
> use the function strsplit() to split a character string by any character.
> See related functions for alternatives for manipulating character strings.
>
> 2- yes. In MorphoJ, choose the dataset in the file tree then go to file,
> export dataset and choose all of the items you wish to export.
>
> Emma
>
>
>
>
>
> On Tue, 21 Feb 2017 at 08:19, marcos patricio 
> wrote:
>
>> Dear colleagues,
>>
>> I’m working with a 2D dataset from fly wings. I have run my analysis in
>> MorphoJ where I did extract many classifiers from the ID string.
>>
>> Now, I’m working with the same dataset with Geomorph, because I want to
>> do run some specific multivariate analysis  but I have two specific
>> questions I could not find the answer to:
>>
>> 1 – Is there any function in Geomorph that is similar to “Extract
>> classifiers from ID string…” in MorphoJ?
>>
>> 2 – Is it possible in MorphoJ software to export/write a file with
>> procrustes coordinates, Centroid size AND all the classifiers to an .csv,
>> .txt or .xls file?
>>
>> Kind regards,
>> --
>> Marcos Patrício Macedo, M.Sc.
>> Laboratório de Biologia Evolutiva,
>> Departamento de Genética e Morfologia
>> Universidade de Brasília, Brasília, DF, 70910-900, Brasil
>> 
>>
>> --
>> MORPHMET may be accessed via its webpage at http://www.morphometrics.org
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MORPHMET" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to morphmet+unsubscr...@morphometrics.org.
>>
> --
> Sent from my thumbs
>
> --
> MORPHMET may be accessed via its webpage at http://www.morphometrics.org
> ---
> You received this message because you are subscribed to the Google Groups
> "MORPHMET" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to morphmet+unsubscr...@morphometrics.org.
>



-- 
Marcos Patrício Macedo, M.Sc.
Laboratório de Biologia Evolutiva,
Departamento de Genética e Morfologia
Universidade de Brasília, Brasília, DF, 70910-900, Brasil


-- 
MORPHMET may be accessed via its webpage at http://www.morphometrics.org
--- 
You received this message because you are subscribed to the Google Groups 
"MORPHMET" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to morphmet+unsubscr...@morphometrics.org.


Re: [MORPHMET] Help needed - Extract classifiers form ID String in Geomoprh or export complete datasets from MorphoJ

2017-02-20 Thread Emma Sherratt
Dear Marcos,

1- The functions you need are in base R, not in the geomorph package.
use the function strsplit() to split a character string by any character.
See related functions for alternatives for manipulating character strings.

2- yes. In MorphoJ, choose the dataset in the file tree then go to file,
export dataset and choose all of the items you wish to export.

Emma





On Tue, 21 Feb 2017 at 08:19, marcos patricio 
wrote:

> Dear colleagues,
>
> I’m working with a 2D dataset from fly wings. I have run my analysis in
> MorphoJ where I did extract many classifiers from the ID string.
>
> Now, I’m working with the same dataset with Geomorph, because I want to do
> run some specific multivariate analysis  but I have two specific questions
> I could not find the answer to:
>
> 1 – Is there any function in Geomorph that is similar to “Extract
> classifiers from ID string…” in MorphoJ?
>
> 2 – Is it possible in MorphoJ software to export/write a file with
> procrustes coordinates, Centroid size AND all the classifiers to an .csv,
> .txt or .xls file?
>
> Kind regards,
> --
> Marcos Patrício Macedo, M.Sc.
> Laboratório de Biologia Evolutiva,
> Departamento de Genética e Morfologia
> Universidade de Brasília, Brasília, DF, 70910-900, Brasil
> 
>
> --
> MORPHMET may be accessed via its webpage at http://www.morphometrics.org
> ---
> You received this message because you are subscribed to the Google Groups
> "MORPHMET" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to morphmet+unsubscr...@morphometrics.org.
>
-- 
Sent from my thumbs

-- 
MORPHMET may be accessed via its webpage at http://www.morphometrics.org
--- 
You received this message because you are subscribed to the Google Groups 
"MORPHMET" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to morphmet+unsubscr...@morphometrics.org.