search for: list_var

Displaying 3 results from an estimated 3 matches for "list_var".

Did you mean: last_var
2012 Jul 06
2
Plotting rpart trees with long list of class members
I have a class with 732 members, so using rpart.plot is giving me a tiny plot in the middle of the window. Is there a good way to modify the plot, or replace the long list with something like "group1"? -- View this message in context: http://r.789695.n4.nabble.com/Plotting-rpart-trees-with-long-list-of-class-members-tp4635671.html Sent from the R help mailing list archive at
2009 Jul 10
0
[PATCH node] This is a follow-on patch for bz#507455.
...lock device name $device doesn't start with '/';" \ + " skipping"; continue;; + esac + + debug "check_if_device_is_good: end (result=$result)" + return $result +} + +get_drive_list () { + debug "get_drive_list: start" + local list_var=$1 + local udi_list=$(hal-find-by-capability --capability storage) + debug "list_var=$list_var" + if test -z "$udi_list"; then warn "ERROR: no usable storage devices detected" return 1 fi local d devices sizes + for d in...
2009 Jul 01
1
Replacement patch for bz#507455
This patch includes a fix to no longer list devices with 0 bytes of storage, such as removeable media devices with no media present.