search for: unroot

Displaying 5 results from an estimated 5 matches for "unroot".

Did you mean: uniroot
2006 Apr 28
1
unrooted tree and margins, ape package
Hello, I have a question about margins when plotting an unrooted tree (type="unrooted") with the 'ape' package ver. 1.7. When I plot an unrooted tree with: no.margin=TRUE it seems that the margins are still there. It appears to be only when type="unrooted". I'm plotting multiple plots using layout() and would like to be able...
2006 Jul 24
1
how to bind a process to root priority and return to a unroot user
i login with nuroot user id and want to run a process(like listen port under 1024) which only root priority allowed,what can i do(set_uid can't do this). thanks for any help!
2009 Sep 27
3
CRAN (and crantastic) updates this week
...ylogenetic R packages such as "ape". The input/output functions can also be used to change the format of tree files between NEXUS and PHYLIP. Some basic functions have already been established in the package for manipulating trees such as deleting and swapping nodes, rooting and unrooting trees, changing the root of the tree. The package also includes functions such as "consensus", "coaltime, "popsize", "treedist" for summarizing phylogenetic trees, calculating the coalescence time, population size, and tree distance. The function maxtre...
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
...d_object.c b/libswfdec/swfdec_load_object.c index 5b659f2..eb72a56 100644 --- a/libswfdec/swfdec_load_object.c +++ b/libswfdec/swfdec_load_object.c @@ -67,8 +67,8 @@ swfdec_load_object_loader_target_error (SwfdecLoaderTarget *target, load_object->finish (load_object->target, NULL); /* unroot */ - swfdec_player_unroot_object (SWFDEC_PLAYER ( - SWFDEC_AS_OBJECT (load_object)->context), G_OBJECT (load_object)); + swfdec_player_unroot (SWFDEC_PLAYER ( + SWFDEC_AS_OBJECT (load_object)->context), load_object); } static void @@ -96,8 +96,8 @@ swfdec_load_object_loader_target_eof (...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...p;val); + if (load_object->progress != NULL) { + load_object->progress (load_object->target, + swfdec_loader_get_loaded (loader), swfdec_loader_get_size (loader)); } - - swfdec_as_object_call (load_object->target, SWFDEC_AS_STR_onData, 1, &val, - NULL); - swfdec_player_unroot_object (SWFDEC_PLAYER ( - SWFDEC_AS_OBJECT (load_object)->context), G_OBJECT (load_object)); } static void @@ -88,8 +63,12 @@ swfdec_load_object_loader_target_error (SwfdecLoaderTarget *target, load_object->loader = NULL; g_object_unref (loader); - /* emit onData */ - swfdec_loa...